Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FBDDAutomationTestBase
- FAutomationTestBase::RunTest()
- FBDDAutomationTestBase::RunTest()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include | #include "Misc/AutomationTest.h" |
virtual bool RunTest
(
const FString & Parameters
)
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) |