Navigation
Unreal Engine C++ API Reference > Developer > AutomationController > IAutomationControllerManager
References
Module | AutomationController |
Header | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h |
Include | #include "IAutomationControllerManager.h" |
bool IsTestRunnable
&40;
IAutomationReportPtr InReport
&41; const
Remarks
Check that the test we are looking to run is runnable. true if the test can be run, false if not.
Parameters
Name | Description |
---|---|
InReport | The test we are checking is runnable. |