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