GetBuildNameForPerfTesting

This will return the name specified with -BuildName=SomeName (needs to be a valid c++ name a-z A-Z _ 0-9 so we don't run into issues when we pass it around) or if not specified "CL%d" where d is coming from [GetChangeListNumberForPerfTesting()](API\Runtime\Core\ProfilingDebugging\GetChangeListNumberForPerfTestin-)

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

FString GetBuildNameForPerfTesting()

Remarks

This will return the name specified with -BuildName=SomeName (needs to be a valid c++ name a-z A-Z _ 0-9 so we don't run into issues when we pass it around) or if not specified "CL%d" where d is coming from GetChangeListNumberForPerfTesting()

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