FLatentResponse

The response to updating a latent action.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/LatentActions.h

Include

#include "LatentActions.h"

Syntax

struct FLatentResponse

Remarks

The response to updating a latent action.

Variables

Name Description

Protected variable

bool

 

bRemoveAction

Protected variable

float

 

DeltaTime

Protected variable

TArray< FExecut...

 

LinksToExecute

Constructors

Name Description

Public function

FLatentResponse

(
    float InDeltaTime
)

Functions

Name Description

Public function

FLatentRespo...

 

DoneIf

(
    bool Condition
)

Public function Const

float

 

ElapsedTime()

Public function

FLatentRespo...

 

FinishAndTriggerIf

(
    bool Condition,
    FName ExecutionFunction,
    int32 LinkID,
    FWeakObjectPtr InCallbackTarget
)

Public function

FLatentRespo...

 

TriggerLink

(
    FName ExecutionFunction,
    int32 LinkID,
    FWeakObjectPtr 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