Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FLatentActionManager
Description
Advance pending latent actions by DeltaTime. If no object is specified it will process any outstanding actions for objects that have not been processed for this frame.
| Name | ProcessLatentActions |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/LatentActionManager.h |
| Include Path | #include "Engine/LatentActionManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/LatentActionManager.cpp |
void ProcessLatentActions
(
UObject * InObject,
float DeltaTime
)
Parameters
| Name | Remarks |
|---|---|
| InOject | Specific object pending action list to advance. |
| DeltaTime | Delta time. |