class UMagesActionAnalyticsWidget¶
#include <MagesActionAnalyticsWidget.h> class UMagesActionAnalyticsWidget: public UMagesWidget { public: // methods void AddEntry(UMagesActionAnalyticsListEntry* NewEntry); virtual void NativeOnCreated(); };
Inherited Members¶
public: // methods virtual void SetupWidget( FOnRequestDestroySelf RequestDestroySelfDelegate, FOnRequestOwnerRef RequestOwnerRef ); UMagesWidgetComponent* RequestOwner(); void RequestDestroySelf(bool ForceNoAnim); void SetInteractive(bool NewInteractive); void OnCreated(); void OnInteractiveChanged(bool NewInteractive); FORCEINLINE bool IsInteractive(); virtual void NativeOnInteractiveChanged(bool bIsInteractive); virtual void NativeOnCreated();