FLatentActionManager::AddNewAction

Adds a new action to the action list under a given UUID

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 AddNewAction
(
    UObject * InActionObject,
    int32 UUID,
    FPendingLatentAction * NewAction
)

Remarks

Adds a new action to the action list under a given UUID

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