![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AutomationTest.h>
Inheritance diagram for FThreadedAutomationLatentCommand:Protected Attributes | |
| TUniqueFunction< void()> | Function |
| TFuture< void > | Future |
Protected Attributes inherited from IAutomationLatentCommand | |
| double | StartTime |
Friends | |
| class | FAutomationTestFramework |
Additional Inherited Members | |
Protected Member Functions inherited from IAutomationLatentCommand | |
| IAutomationLatentCommand () | |
| double | GetCurrentRunTime () const |
Protected Member Functions inherited from TSharedFromThis< IAutomationLatentCommand > | |
| TSharedFromThis () | |
| TSharedFromThis (TSharedFromThis const &) | |
| UE_FORCEINLINE_HINT TSharedFromThis & | operator= (TSharedFromThis const &) |
| ~TSharedFromThis () | |
Static Protected Member Functions inherited from TSharedFromThis< IAutomationLatentCommand > | |
| static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > | SharedThis (OtherType *ThisPtr) |
| static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > | SharedThis (const OtherType *ThisPtr) |
A simple latent command that runs the provided function on another thread
|
inlinevirtual |
|
inline |
Updates the current command and will only return TRUE when it has fulfilled its role (Load map has completed and wait time has expired)
Implements IAutomationLatentCommand.
|
friend |
|
protected |