Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
FUntilCommand |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path |
#include "Misc/AutomationTest.h" |
Syntax
class FUntilCommand : public IAutomationLatentCommand
Implements Interfaces
Constructors
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Callback |
TFunction< bool()> |
|
Misc/AutomationTest.h |
|
| Timeout |
float |
|
Misc/AutomationTest.h |
|
| TimeoutCallback |
TFunction< bool()> |
|
Misc/AutomationTest.h |
|
Functions
Public
Overridden from IAutomationLatentCommand
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Updates the current command and will only return TRUE when it has fulfilled its role (Load map has completed and wait time has expired) |
Misc/AutomationTest.h |
|