FAutomationTestBase::RunTest

Virtual call to execute the automation test.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h

Include

#include "Misc/AutomationTest.h"

Syntax

bool RunTest
(
    const FString & Parameters
)

Remarks

Virtual call to execute the automation test.

Returns

TRUE if the test was run successfully; FALSE otherwise

Parameters

Parameter

Description

Parameters

Parameter list for the test (but it will be empty for simple tests)