Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL > IFileManager
- IFileManager::GetFilenameOnDisk()
- FFileManagerGeneric::GetFilenameOnDisk()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/HAL/FileManager.h |
Include | #include "HAL/FileManager.h" |
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. Filename with the same case as in the filesystem.
Parameters
Name | Description |
---|---|
Filename | Filename to query |