FLatentActionInfo

Latent action info.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/LatentActionManager.h"

Syntax

struct FLatentActionInfo

Remarks

Latent action info.

Variables

Name Description

Public variable

UObject *

 

CallbackTarget

Object to execute the function on.

Public variable

FName

 

ExecutionFunction

The function to execute.

Public variable

int32

 

Linkage

The resume point within the function to execute

Public variable

int32

 

UUID

The UUID for this action

Constructors

Name Description

Public function

FLatentActionInfo()

Public function

FLatentActionInfo

(
    int32 InLinkage,
    int32 InUUID,
    const TCHAR* InFunctionName,
    UObject* InCallbackTarget
)

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