Navigation
API > API/Runtime > API/Runtime/Core
Description
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.
NOTE: 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 :-(
| Name | GetChangeListNumberForPerfTesting |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/ProfilingHelpers.h |
| Include Path | #include "ProfilingDebugging/ProfilingHelpers.h" |
| Source | /Engine/Source/Runtime/Core/Private/ProfilingDebugging/ProfilingHelpers.cpp |
int32 GetChangeListNumberForPerfTesting()