UAutomationPerformaceHelper::BeginRecording

Begins recording a new named performance stats record. We start by recording the baseline.

Windows
MacOS
Linux

References

Module

FunctionalTesting

Header

/Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTest.h

Include

#include "FunctionalTest.h"

Source

/Engine/Source/Developer/FunctionalTesting/Private/FunctionalTest.cpp

Syntax

void BeginRecording
(
    FString RecordName,
    float InGPUBudget,
    float InRenderThreadBudget,
    float InGameThreadBudget
)

Remarks

Begins recording a new named performance stats record. We start by recording the baseline.

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