IAutomationLatentCommand

Simple abstract base class for creating time deferred of a single test that need to be run sequentially (Loadmap & Wait, Open Editor & Wait, then execute...)

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Core

Header

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

Include

#include "Misc/AutomationTest.h"

Syntax

class IAutomationLatentCommand : public TSharedFromThis< IAutomationLatentCommand >

Remarks

Simple abstract base class for creating time deferred of a single test that need to be run sequentially (Loadmap & Wait, Open Editor & Wait, then execute...)

Variables

Name Description

Protected variable

double

 

StartTime

For timers, track the first time this ticks

Constructors

Name Description

Protected function

IAutomationLatentCommand()

Default constructor

Destructors

Name Description

Public function Virtual

~IAutomationLatentCommand()

Virtual destructor

Functions

Name Description

Public function

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