Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FPendingLatentAction
- FDelayUntilNextTickAction
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/DelayAction.h |
| Include | #include "DelayAction.h" |
Syntax
class FDelayUntilNextTickAction : public FPendingLatentAction
Remarks
FDelayUntilNextTickAction A simple delay action; triggers on the next update.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FWeakObjectPtr | CallbackTarget | ||
| FName | ExecutionFunction | ||
| int32 | OutputLink |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDelayUntilNextTickAction
(
const FLatentActionInfo& LatentInfo |
Overridden from FPendingLatentAction
| Type | Name | Description | |
|---|---|---|---|
| FString | Returns a human readable description of the latent operation's current state. | ||
| void | UpdateOperation
(
FLatentResponse& Response |
Return true when the action is completed. |