Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IAutomationLatentCommandWithRetr-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor | Misc/AutomationTest.h | ||
IAutomationLatentCommandWithRetriesAndDelays
(
const FString InCommandClassName, |
Parameterized constructor | Misc/AutomationTest.h |
IAutomationLatentCommandWithRetriesAndDelays()
Description
Default constructor
| Name | IAutomationLatentCommandWithRetriesAndDelays |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
IAutomationLatentCommandWithRetriesAndDelays()
IAutomationLatentCommandWithRetriesAndDelays(const FString, const int32, const double)
Description
Parameterized constructor
| Name | IAutomationLatentCommandWithRetriesAndDelays |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
IAutomationLatentCommandWithRetriesAndDelays
(
const FString InCommandClassName,
const int32 InMaxRetries,
const double InWaitTimeBetweenRuns
)