IAutomationReport::GetDurationRange

Gets the min and max time this test took to execute.

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
(
    float & OutMinTime,
    float & OutMaxTime
)

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library