FLatentActionManager::GetActiveUUIDs

Builds a set of the UUIDs of pending latent actions on a specific 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 GetActiveUUIDs
(
    UObject * InObject,
    TSet< int32 > & UUIDList
) const

Remarks

Builds a set of the UUIDs of pending latent actions on a specific object.

Parameters

Parameter

Description

InObject

Object to query for latent actions

UUIDList

Array to add the UUID of each pending latent action to.

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