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