Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging
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 |
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()