Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- TSharedFromThis
- IAutomationLatentCommand
- FThreadedAutomationLatentCommand
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include | #include "Misc/AutomationTest.h" |
Syntax
class FThreadedAutomationLatentCommand : public IAutomationLatentCommand
Remarks
A simple latent command that runs the provided function on another thread
Variables
| Type | Name | Description | |
|---|---|---|---|
| TUniqueFunction< void()> | Function | ||
| TFuture< void > | Future |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FThreadedAutomationLatentCommand
(
TUniqueFunction< void()> InFunction |
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) |