FLatentActionManager::GetActionsForObject

Finds the action instance for the supplied object will return NULL if one does not exist.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/LatentActionManager.h

Include

#include "Engine/LatentActionManager.h"

Syntax

FObjectActions * GetActionsForObject
(
    const TWeakObjectPtr< UObject > & InObject
)

Remarks

Finds the action instance for the supplied object will return NULL if one does not exist.

Parameters

Parameter

Description

InOject

ActionListType to check for pending actions.

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