IFileManager::GetFilenameOnDisk

For case insensitive filesystems, returns the full path of the file with the same case as in the filesystem.

Windows
MacOS
Linux

Override Hierarchy

IFileManager::GetFilenameOnDisk()

FFileManagerGeneric::GetFilenameOnDisk()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/FileManager.h

Include

#include "HAL/FileManager.h"

Syntax

FString GetFilenameOnDisk
(
    const TCHAR * Filename
)

Remarks

For case insensitive filesystems, returns the full path of the file with the same case as in the filesystem.

Returns

Filename with the same case as in the filesystem.

Parameters

Parameter

Description

Filename

Filename to query

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