IAutomationControllerManager::IsTestRunnable

Check that the test we are looking to run is runnable.

Windows
MacOS
Linux

References

Module

AutomationController

Header

/Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h

Include

#include "IAutomationControllerManager.h"

Syntax

bool IsTestRunnable
(
    IAutomationReportPtr InReport
) const

Remarks

Check that the test we are looking to run is runnable.

Returns

true if the test can be run, false if not.

Parameters

Parameter

Description

InReport

The test we are checking is runnable.

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