FLatentActionManager::GetDescription

Gets the description string of a pending latent action with the specified UUID for a given object, or the empty string if it's an invalid UUID

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

FString GetDescription
(
    UObject * InObject,
    int32 UUID
) const

Remarks

Gets the description string of a pending latent action with the specified UUID for a given object, or the empty string if it's an invalid UUID

Parameters

Parameter

Description

InOject

Object to get list of UUIDs for

UUIDList

Array to add UUID 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