FLatentActionManager::TickLatentActionForObject

Ticks the latent action for a single [UObject](API\Runtime\CoreUObject\UObject\UObject).

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/LatentActionManager.h"

Source

/Engine/Source/Runtime/Engine/Private/LatentActionManager.cpp

Syntax

void TickLatentActionForObject
(
    float DeltaTime,
    FActionList & ObjectActionList,
    UObject * InObject
)

Remarks

Ticks the latent action for a single UObject.

Parameters

Parameter

Description

DeltaTime

time delta.

ObjectActionList

the action list for the object

InObject

the object itself.

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