Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- TSharedFromThis
- IAutomationLatentCommand
- FDelayedFunctionLatentCommand
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
Include | #include "Misc/AutomationTest.h" |
Syntax
class FDelayedFunctionLatentCommand : public IAutomationLatentCommand
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FDelayedFunctionLatentCommand
(
TFunction< void()> 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) |