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