![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <LatentActionManager.h>
Public Member Functions | |
| FLatentActionInfo () | |
| FORCENOINLINE | FLatentActionInfo (int32 InLinkage, int32 InUUID, const TCHAR *InFunctionName, UObject *InCallbackTarget) |
Public Attributes | |
| int32 | Linkage |
| int32 | UUID |
| FName | ExecutionFunction |
| TObjectPtr< UObject > | CallbackTarget |
|
inline |
|
inline |
| TObjectPtr<UObject> FLatentActionInfo::CallbackTarget |
Object to execute the function on.
| FName FLatentActionInfo::ExecutionFunction |
The function to execute.
| int32 FLatentActionInfo::Linkage |
The resume point within the function to execute
| int32 FLatentActionInfo::UUID |
the UUID for this action