Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FLatentActionManager
Description
Removes all actions for given object. It the latent actions are being currently handled (so the function is called inside a ProcessLatentActions functions scope) there is no guarantee, that the action will be removed before its execution.
| Name | RemoveActionsForObject |
| 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 RemoveActionsForObject
(
TWeakObjectPtr < UObject > InObject
)
Parameters
| Name | Remarks |
|---|---|
| InOject | Specific object |