FAutomationTestFramework::StartTestByName

Attempt to start the specified test.

Windows
MacOS
Linux

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

Syntax

void StartTestByName
(
    const FString & InTestToRun,
    const int32 InRoleIndex
)

Remarks

Attempt to start the specified test.

Parameters

Parameter

Description

InTestToRun

Name of the test that should be run

InRoleIndex

Identifier for which worker in this group that should execute a command

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss