Navigation
API > API/Runtime > API/Runtime/Core
NOTE: This is templated rather than a polymorphic wrapper because a lot code expects the physical layer not to be a wrapper. It also has the benefit of not needing updating every time a new function is added to IPlatformFile.
| Name | TManagedStoragePlatformFile |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileManagedStorageWrapper.h |
| Include Path | #include "HAL/IPlatformFileManagedStorageWrapper.h" |
Syntax
template<class BaseClass>
class TManagedStoragePlatformFile : public BaseClass
Inheritance Hierarchy
- BaseClass → TManagedStoragePlatformFile
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TManagedStoragePlatformFile() |
HAL/IPlatformFileManagedStorageWrapper.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CopyFile
(
const TCHAR* To, |
HAL/IPlatformFileManagedStorageWrapper.h | ||
virtual bool DeleteFile
(
const TCHAR* Filename |
HAL/IPlatformFileManagedStorageWrapper.h | ||
virtual bool DeleteFiles
(
const TArrayView< const TCHAR* >& Filenames |
HAL/IPlatformFileManagedStorageWrapper.h | ||
virtual bool MoveFile
(
const TCHAR* To, |
HAL/IPlatformFileManagedStorageWrapper.h | ||
virtual IFileHandle * OpenWrite
(
const TCHAR* Filename, |
HAL/IPlatformFileManagedStorageWrapper.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsReady() |
HAL/IPlatformFileManagedStorageWrapper.h |