Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- TSharedFromThis
- IAutomationLatentCommand
- FFunctionLatentCommand
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
Include | #include "Misc/AutomationTest.h" |
Syntax
class FFunctionLatentCommand : public IAutomationLatentCommand
Remarks
Run some code latently with a predicate lambda. If the predicate returns false, the latent action will be called again next frame. If it returns true, the command will stop running.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FFunctionLatentCommand
(
TFunction< bool()> InLatentPredicate |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
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) |