Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationSpecBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void LatentIt
(
const FString& InDescription, |
Misc/AutomationTest.h | ||
void LatentIt
(
const FString& InDescription, |
Misc/AutomationTest.h | ||
void LatentIt
(
const FString& InDescription, |
Misc/AutomationTest.h | ||
void LatentIt
(
const FString& InDescription, |
Misc/AutomationTest.h |
LatentIt(const FString &, TFunction< void(const FDoneDelegate &)>, UE::FSourceLocation)
| Name | LatentIt |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
void LatentIt
(
const FString & InDescription,
TFunction < void> DoWork,
UE::FSourceLocation Location
)
LatentIt(const FString &, const FTimespan &, TFunction< void(const FDoneDelegate &)>, UE::FSourceLocation)
| Name | LatentIt |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
void LatentIt
(
const FString & InDescription,
const FTimespan & Timeout,
TFunction < void> DoWork,
UE::FSourceLocation Location
)
LatentIt(const FString &, EAsyncExecution, TFunction< void(const FDoneDelegate &)>, UE::FSourceLocation)
| Name | LatentIt |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
void LatentIt
(
const FString & InDescription,
EAsyncExecution Execution,
TFunction < void> DoWork,
UE::FSourceLocation Location
)
LatentIt(const FString &, EAsyncExecution, const FTimespan &, TFunction< void(const FDoneDelegate &)>, UE::FSourceLocation)
| Name | LatentIt |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
void LatentIt
(
const FString & InDescription,
EAsyncExecution Execution,
const FTimespan & Timeout,
TFunction < void> DoWork,
UE::FSourceLocation Location
)