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