Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FAutomationTestFramework
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include | #include "Misc/AutomationTest.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/AutomationTest.cpp |
void StartTestByName
(
const FString & InTestToRun,
const int32 InRoleIndex,
const FString & InFullTestPath
)
Remarks
Attempt to start the specified test.
Parameters
| Name | Description |
|---|---|
| InTestToRun | Name of the test that should be run |
| InRoleIndex | Identifier for which worker in this group that should execute a command |
| InFullTestPath | Full test path |