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 ( [IAutomationReportPtr](API\Developer\AutomationController\IAutomationReportPtr) InReport ) 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. |