FLatentActionInfo

Latent action info.

Choose your operating system:

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

TObjectPtr< UOb...

 

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
)