FDelayAction

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

Inheritance Hierarchy

FPendingLatentAction

FDelayAction

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/DelayAction.h

Include

#include "DelayAction.h"

Syntax

class FDelayAction : public FPendingLatentAction

Remarks

FDelayAction A simple delay action; counts down and triggers it's output link when the time remaining falls to zero

Variables

Name Description

Public variable

FWeakObjectPtr

 

CallbackTarget

Public variable

FName

 

ExecutionFunction

Public variable

int32

 

OutputLink

Public variable

float

 

TimeRemaining

Constructors

Name Description

Public function

FDelayAction

(
    float Duration,
    const FLatentActionInfo& LatentInf...
)

Overridden from FPendingLatentAction

Name Description

Public function Virtual Const

FString

 

GetDescription()

Returns a human readable description of the latent operation's current state.

Public function Virtual

void

 

UpdateOperation

(
    FLatentResponse& Response
)

Return true when the action is completed.

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