CreateProfileFilename

This will generate the profiling file name that will work with limited filename sizes on consoles.

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 CreateProfileFilename
(
    const FString & InFileExtension,
    bool bIncludeDateForDirectoryName
)

Remarks

This will generate the profiling file name that will work with limited filename sizes on consoles. We want a uniform naming convention so we will all just call this function.

Parameters

Parameter

Description

ProfilingType

this is the type of profiling file this is

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