Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationSpecBase
| Name | FSingleExecuteLatentCommand |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
Syntax
class FSingleExecuteLatentCommand : public IAutomationLatentCommand
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSingleExecuteLatentCommand
(
const FAutomationSpecBase*const InSpec, |
Misc/AutomationTest.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FSingleExecuteLatentCommand() |
Misc/AutomationTest.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSkipIfErrored | const bool | Misc/AutomationTest.h | ||
| Predicate | const TFunction< void()> | Misc/AutomationTest.h | ||
| Spec | const FAutomationSpecBase *const | Misc/AutomationTest.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Update() |
Misc/AutomationTest.h |