Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > FLatentActionManager
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/LatentActionManager.h |
Include | #include "Engine/LatentActionManager.h" |
Source | /Engine/Source/Runtime/Engine/Private/LatentActionManager.cpp |
void TickLatentActionForObject
&40;
float DeltaTime,
FActionList & ObjectActionList,
UObject &42; InObject
&41;
Remarks
Ticks the latent action for a single UObject.
Parameters
Name | Description |
---|---|
DeltaTime | time delta. |
ObjectActionList | the action list for the object |
InObject | the object itself. |