GetChangeListNumberForPerfTesting

This will get the version that should be used with the Automated Performance Testing If one is passed in we use that otherwise we use FApp::GetEngineVersion.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ProfilingHelpers.h

Include

#include "ProfilingDebugging/ProfilingHelpers.h"

Source

/Engine/Source/Runtime/Core/Private/ProfilingDebugging/ProfilingHelpers.cpp

Syntax

int32 GetChangeListNumberForPerfTesting()

Remarks

This will get the version that should be used with the Automated Performance Testing If one is passed in we use that otherwise we use FApp::GetEngineVersion. This allows us to have build machine built .exe and test them.

had to use AutomatedBenchmarking as the parsing code is flawed and doesn't match on whole words. so automatedperftestingChangelist was failing :-( This will get the changelist that should be used with the Automated Performance Testing If one is passed in we use that otherwise we use the FEngineVersion::Current().GetChangelist(). This allows us to have build machine built .exe and test them.

NOTE: had to use AutomatedBenchmarking as the parsing code is flawed and doesn't match on whole words. so automatedperftestingChangelist was failing :-(

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