FFileHelper::GenerateNextBitmapFilename

Generates the next unique bitmap filename with a specified extension

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/FileHelper.h

Include

#include "Misc/FileHelper.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/FileHelper.cpp

Syntax

static bool GenerateNextBitmapFilename
(
    const FString & Pattern,
    const FString & Extension,
    FString & OutFilename,
    IFileManager * FileManager
)

Remarks

Generates the next unique bitmap filename with a specified extension

Generates the next unique bitmap filename with a specified extension

Returns

true if success

Parameters

Parameter

Description

Pattern

Filename with path, but without extension.

Extension

File extension to be appended

OutFilename

Reference to an FString where the newly generated filename will be placed

FileManager

Reference to a IFileManager (or the global instance by default)

Pattern

Filename with path, but without extension. Extension File extension to be appended

OutFilename

Reference to an FString where the newly generated filename will be placed

FileManager

Reference to a IFileManager (or the global instance by default)

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