Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString CreateProfileFilename
(
const FString& InFileExtension, |
This will generate the profiling file name that will work with limited filename sizes on consoles. | ProfilingDebugging/ProfilingHelpers.h | |
FString CreateProfileFilename
(
const FString& InFilename, |
This will generate the profiling file name that will work with limited filename sizes on consoles. | ProfilingDebugging/ProfilingHelpers.h |
CreateProfileFilename(const FString &, bool)
Description
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.
| Name | CreateProfileFilename |
| 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 |
FString CreateProfileFilename
(
const FString & InFileExtension,
bool bIncludeDateForDirectoryName
)
Parameters
| Name | Remarks |
|---|---|
| ProfilingType | this is the type of profiling file this is |
CreateProfileFilename(const FString &, const FString &, bool)
Description
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.
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.
| Name | CreateProfileFilename |
| 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 |
FString CreateProfileFilename
(
const FString & InFilename,
const FString & InFileExtension,
bool bIncludeDateForDirectoryName
)
Parameters
| Name | Remarks |
|---|---|
| ProfilingType | this is the type of profiling file this is |