Navigation
Unreal Engine C++ API Reference > Developer > AutomationController > IAutomationReport
References
Module | AutomationController |
Header | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h |
Include | #include "IAutomationReport.h" |
const bool GetDurationRange
&40;
float & OutMinTime,
float & OutMaxTime
&41;
Remarks
Gets the min and max time this test took to execute. whether any test has completed successfully.
Parameters
Name | Description |
---|---|
OutMinTime | Minimum execution time for all device types. |
OutMaxTime | Maximum execution time for all device types. |