Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationSpecBase
| Name | FAsyncUntilDoneLatentCommand |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
Syntax
class FAsyncUntilDoneLatentCommand : public IAutomationLatentCommand
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAsyncUntilDoneLatentCommand
(
FAutomationSpecBase*const InSpec, |
Misc/AutomationTest.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FAsyncUntilDoneLatentCommand() |
Misc/AutomationTest.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActionCS | FTransactionallySafeCriticalSection | Misc/AutomationTest.h | ||
| bDone | FThreadSafeBool | Misc/AutomationTest.h | ||
| bSkipIfErrored | const bool | Misc/AutomationTest.h | ||
| Execution | const EAsyncExecution | Misc/AutomationTest.h | ||
| Future | TFuture< void > | Misc/AutomationTest.h | ||
| Predicate | const TFunction< void(const FDoneDelegate &)> | Misc/AutomationTest.h | ||
| Spec | FAutomationSpecBase *const | Misc/AutomationTest.h | ||
| StartedRunning | FDateTime | Misc/AutomationTest.h | ||
| Timeout | const FTimespan | Misc/AutomationTest.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Update() |
Misc/AutomationTest.h |