![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AutomationTest.h>
Inheritance diagram for FUntilCommand: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) |
Protected Attributes inherited from IAutomationLatentCommand | |
| double | StartTime |
|
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.