UCLASS()
More...
#include <FadeBaseEvent.h>
UCLASS()
Definition at line 12 of file FadeBaseEvent.h.
◆ CompareEvent()
◆ GENERATED_BODY()
UFadeBaseEvent::GENERATED_BODY |
( |
| ) |
|
|
private |
◆ GetCallbackFunction()
TFunction< void()> && UFadeBaseEvent::GetCallbackFunction |
( |
| ) |
|
|
inline |
◆ GetExecutor()
◆ GetGuid()
const FGuid & UBaseEvent::GetGuid |
( |
| ) |
const |
|
inlineinherited |
◆ Initialize() [1/2]
◆ Initialize() [2/2]
void UFadeBaseEvent::Initialize |
( |
APlayerController * | NewExecutor, |
|
|
TFunction< void()> && | NewCallback ) |
◆ Lock()
bool UBaseEvent::Lock |
( |
| ) |
|
|
finalvirtualinherited |
◆ Unlock()
void UBaseEvent::Unlock |
( |
| ) |
|
|
finalvirtualinherited |
◆ Callback
TFunction<void()> UFadeBaseEvent::Callback |
|
private |
◆ Executor
◆ Guid
◆ ListenersNum
TAtomic<int32> UBaseEvent::ListenersNum |
|
privateinherited |
- Todo
- TAtomic is deprecated, we should replace this
Definition at line 112 of file BaseEvent.h.
The documentation for this class was generated from the following files:
- SDKDemo/Plugins/UnrealEngineSDK/PixoCore/Source/PixoCore/Public/EventSystem/Events/Fade/FadeBaseEvent.h
- SDKDemo/Plugins/UnrealEngineSDK/PixoCore/Source/PixoCore/Private/EventSystem/Events/Fade/FadeBaseEvent.cpp