FLatentActionManager::FindExistingActionWithPredicate

Finds the action instance for the supplied UUID, or will return NULL if one does not already exist.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/LatentActionManager.h"

Syntax

template<typename ActionType, typename PredicateType>
ActionType * FindExistingActionWithPredicate
(
    UObject * InActionObject,
    int32 UUID,
    const PredicateType & FilterPredicate
)

Remarks

Finds the action instance for the supplied UUID, or will return NULL if one does not already exist.

Parameters

Parameter

Description

InOject

ActionListType to check for pending actions.

UUID

UUID of the action we are looking for.

FilterPredicate

Filter predicate indicating which instance to return

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