UExporter::GetUniqueFilename

Differentiates the filename for objects with multiple files to export.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Exporters/Exporter.h

Include

#include "Exporters/Exporter.h"

Syntax

virtual FString GetUniqueFilename
(
    const TCHAR * Filename,
    int32 FileIndex,
    int32 FileCount
)

Remarks

Differentiates the filename for objects with multiple files to export. Only needs to be overridden if GetFileCount() returns > 1.

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