IAutomationReport::GetDurationRange

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

Windows
MacOS
Linux

References

Module

AutomationController

Header

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

Include

#include "IAutomationReport.h"

Syntax

const bool GetDurationRange
(
    float & OutMinTime,
    float & OutMaxTime
)

Remarks

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

Returns

whether any test has completed successfully.

Parameters

Parameter

Description

OutMinTime

Minimum execution time for all device types.

OutMaxTime

Maximum execution time for all device types.

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