Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FAutomationSpecBase
- FAutomationTestBase::RunTest()
- FAutomationSpecBase::RunTest()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
Include | #include "Misc/AutomationTest.h" |
virtual bool RunTest
&40;
const FString & Parameters
&41;
Remarks
Virtual call to execute the automation test. TRUE if the test was run successfully; FALSE otherwise
Parameters
Name | Description |
---|---|
Parameters | Parameter list for the test (but it will be empty for simple tests) |