Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include | #include "Misc/AutomationTest.h" |
Syntax
class FAutomationTestInfo
Remarks
Simple class to store the automation test info
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. | |||
FAutomationTestInfo
(
const FString& InDisplayName, |
Constructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddTestFlags
(
const uint32 InTestFlags |
Add a test flag if a parent node.InTestFlags - the child test flag to add. | |
| const FString | GetAssetPath () |
Gets the asset potentially associated with the test. | |
| const FString & | Get the display name of this test. | ||
| const FString & | Gets the full path for this test if you wanted to run it. | ||
| const int | Get the number of devices running this test | ||
| const int32 | Get the number of participant this test needs in order to be run | ||
| const FString | Gets the open command potentially associated with the test. | ||
| const FString | Get the source file this test originated in. | ||
| const int32 | Get the line number in the source file this test originated on. | ||
| const uint32 | GetTestFlags () |
Get the type of test. | |
| FString | GetTestName () |
Get the test name of this test. | |
| const FString | Get the type of parameter. This will be the asset name for linked assets. | ||
| void | Be notified of a new device running the test so we should update our flag counting these | ||
| void | Zero the number of devices running this test | ||
| void | SetDisplayName
(
const FString& InDisplayName |
Set the display name of the child node.InDisplayName - the new child test name. | |
| void | SetNumParticipantsRequired
(
int32 NumRequired |
Set the number of participant this test needs in order to be run |