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