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 InternalStartTest
&40;
const FString & InTestToRun
&41;
Remarks
Internal helper method designed to simply start the provided test name.
Parameters
Name | Description |
---|---|
InTestToRun | Name of the test that should be run |
OutExecutionInfo | Results of executing the test |