Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationTestInfo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | Misc/AutomationTest.h | ||
FAutomationTestInfo
(
const FString& InDisplayName, |
Constructor | Misc/AutomationTest.h |
FAutomationTestInfo()
Description
Default constructor.
| Name | FAutomationTestInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
FAutomationTestInfo()
FAutomationTestInfo(const FString &, const FString &, const FString &, const EAutomationTestFlags, const int32, const FString &, const FString &, int32, const FString &, const FString &, const FString &)
Description
Constructor
| Name | FAutomationTestInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
FAutomationTestInfo
(
const FString & InDisplayName,
const FString & InFullTestPath,
const FString & InTestName,
const EAutomationTestFlags InTestFlags,
const int32 InNumParticipantsRequired,
const FString & InParameterName,
const FString & InSourceFile,
int32 InSourceFileLine,
const FString & InAssetPath,
const FString & InOpenCommand,
const FString & InTestTags
)
Parameters
| Name | Remarks |
|---|---|
| InDisplayName | Name used in the UI |
| InFullTestPath | Dot-separated pathname to hierarchically display in the UI, which should be unique |
| InTestName | The test command string |
| InTestFlags | Test flags |
| InNumParticipantsRequired | Number of workers to run test |
| InParameterName | optional parameter. e.g. asset name |
| InSourceFile | Filesystem path to the source file which defines the test |
| InSourceFileLine | Line number in the source file which defines the test |
| InAssetPath | Filesystem path to the UAsset file which defines the test |
| InOpenCommand | An exec command to open the test |
| InTestTags | Tag metadata concatenated into one string |