![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <LatentActions.h>
Public Member Functions | |
| FLatentResponse (float InDeltaTime) | |
| FLatentResponse & | DoneIf (bool Condition) |
| FLatentResponse & | TriggerLink (FName ExecutionFunction, int32 LinkID, FWeakObjectPtr InCallbackTarget) |
| FLatentResponse & | FinishAndTriggerIf (bool Condition, FName ExecutionFunction, int32 LinkID, FWeakObjectPtr InCallbackTarget) |
| float | ElapsedTime () const |
Protected Attributes | |
| TArray< FExecutionInfo, TInlineAllocator< 4 > > | LinksToExecute |
| bool | bRemoveAction |
| float | DeltaTime |
Friends | |
| struct | FLatentActionManager |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |