Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc
Inheritance Hierarchy
- TSharedFromThis
- IAutomationLatentCommand
- FUntilCommand
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
Include | #include "Misc/AutomationTest.h" |
Syntax
class FUntilCommand : public IAutomationLatentCommand
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FUntilCommand
(
TFunction< bool()> InCallback, |
Overridden from IAutomationLatentCommand
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
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) |