FPerformanceTrackingSystem::CreateFileNameForChart

This will create the file name for the file we are saving out.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ChartCreation.h

Include

#include "ChartCreation.h"

Source

/Engine/Source/Runtime/Engine/Private/ChartCreation.cpp

Syntax

static FString CreateFileNameForChart
(
    const FString & ChartType,
    const FString & InMapName,
    const FString & FileExtension
)

Remarks

This will create the file name for the file we are saving out.

Parameters

Parameter

Description

ChartType

the type of chart we are making

InMapName

the name of the map

FileExtension

the filename extension to append

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