FLatentActionManager::RemoveActionsForObject

Removes all actions for given object.

Windows
MacOS
Linux

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

Syntax

void RemoveActionsForObject
(
    TWeakObjectPtr< UObject > InObject
)

Remarks

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.

Parameters

Parameter

Description

InOject

Specific object

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss