Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > FLatentActionManager > GetActionsForObject
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/LatentActionManager.h |
Include | #include "Engine/LatentActionManager.h" |
const FObjectActions &42; GetActionsForObject
&40;
const TWeakObjectPtr< UObject > & InObject
&41; const
Remarks
Finds the action instance for the supplied object will return NULL if one does not exist.
Parameters
Name | Description |
---|---|
InOject | ActionListType to check for pending actions. |