Event used to call fade-out.
More...
#include <FadeOutEvent.h>
Event used to call fade-out.
UCLASS()
Definition at line 15 of file FadeOutEvent.h.
◆ CompareEvent()
◆ GENERATED_BODY()
UFadeOutEvent::GENERATED_BODY |
( |
| ) |
|
|
private |
◆ GetCallbackFunction()
TFunction< void()> && UFadeBaseEvent::GetCallbackFunction |
( |
| ) |
|
|
inlineinherited |
◆ GetExecutor()
APlayerController * UBaseEvent::GetExecutor |
( |
| ) |
const |
|
inherited |
◆ GetFadeOutDuration()
float UFadeOutEvent::GetFadeOutDuration |
( |
| ) |
const |
|
inline |
◆ GetGuid()
const FGuid & UBaseEvent::GetGuid |
( |
| ) |
const |
|
inlineinherited |
◆ Initialize() [1/3]
void UBaseEvent::Initialize |
( |
APlayerController * | NewExecutor | ) |
|
|
inherited |
◆ Initialize() [2/3]
void UFadeBaseEvent::Initialize |
( |
APlayerController * | NewExecutor, |
|
|
TFunction< void()> && | NewCallback ) |
|
inherited |
◆ Initialize() [3/3]
void UFadeOutEvent::Initialize |
( |
APlayerController * | NewExecutor, |
|
|
TFunction< void()> && | NewCallback, |
|
|
float | NewFadeOutDuration ) |
◆ Lock()
bool UBaseEvent::Lock |
( |
| ) |
|
|
finalvirtualinherited |
◆ Unlock()
void UBaseEvent::Unlock |
( |
| ) |
|
|
finalvirtualinherited |
◆ Callback
TFunction<void()> UFadeBaseEvent::Callback |
|
privateinherited |
◆ Executor
APlayerController* UBaseEvent::Executor |
|
privateinherited |
◆ FadeOutDuration
float UFadeOutEvent::FadeOutDuration |
|
private |
◆ 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: