FThreadedAutomationLatentCommand

A simple latent command that runs the provided function on another thread

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

IAutomationLatentCommand

FThreadedAutomationLatentCommand

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h

Include

#include "Misc/AutomationTest.h"

Syntax

class FThreadedAutomationLatentCommand : public IAutomationLatentCommand

Remarks

A simple latent command that runs the provided function on another thread

Variables

Name Description

Protected variable

const TFunction...

 

Function

Protected variable

TFuture< void >

 

Future

Constructors

Name Description

Public function

FThreadedAutomationLatentCommand

(
    TFunction< void()> InFunction
)

Destructors

Overridden from IAutomationLatentCommand

Name Description

Public function Virtual

bool

 

Update()

Updates the current command and will only return TRUE when it has fulfilled its role (Load map has completed and wait time has expired)

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