Navigation
Unreal Engine C++ API Reference > 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
&40;
const FString & InTestToRun,
const int32 InRoleIndex
&41;
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 |