FPendingLatentAction

A pending latent action.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

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

Include

#include "LatentActions.h"

Syntax

class FPendingLatentAction

Remarks

A pending latent action.

Constructors

Name Description

Public function

FPendingLatentAction()

Destructors

Name Description

Public function Virtual

~FPendingLatentAction()

Functions

Name Description

Public function Virtual Const

FString

 

GetDescription()

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

Public function Virtual

void

 

NotifyActionAborted()

Public function Virtual

void

 

NotifyObjectDestroyed()

Lets the latent action know that the object which originated it has been garbage collected and the action is going to be destroyed (no more UpdateOperation calls will occur and CallbackTarget is already NULL) This is only called when the object goes away before the action is finished; perform normal cleanup when responding that the action is completed in UpdateOperation

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