Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPlatformFileManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Gets the currently used platform file. | HAL/PlatformFileManager.h | ||
IPlatformFile * GetPlatformFile
(
const TCHAR* Name |
Creates a new platform file instance. | HAL/PlatformFileManager.h |
GetPlatformFile()
Description
Gets the currently used platform file.
| Name | GetPlatformFile |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/PlatformFileManager.h |
| Include Path | #include "HAL/PlatformFileManager.h" |
| Source | /Engine/Source/Runtime/Core/Private/HAL/PlatformFileManager.cpp |
IPlatformFile & GetPlatformFile()
Reference to the currently used platform file.
GetPlatformFile(const TCHAR *)
Description
Creates a new platform file instance.
| Name | GetPlatformFile |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/PlatformFileManager.h |
| Include Path | #include "HAL/PlatformFileManager.h" |
| Source | /Engine/Source/Runtime/Core/Private/HAL/PlatformFileManager.cpp |
IPlatformFile * GetPlatformFile
(
const TCHAR * Name
)
Platform file instance of the platform file type was found, nullptr otherwise.
Parameters
| Name | Remarks |
|---|---|
| Name | of the platform file to create. |