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 |
FString GetDescription
&40;
UObject &42; InObject,
int32 UUID
&41; const
Remarks
Gets the description string of a pending latent action with the specified UUID for a given object, or the empty string if it's an invalid UUID
Parameters
Name | Description |
---|---|
InOject | Object to get list of UUIDs for |
UUIDList | Array to add UUID to. |