Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL
Inheritance Hierarchy
- BaseClass
- TManagedStoragePlatformFile
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileManagedStorageWrapper.h |
Include | #include "HAL/IPlatformFileManagedStorageWrapper.h" |
Syntax
template<class BaseClass>
class TManagedStoragePlatformFile : public BaseClass
Remarks
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.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | CopyFile
(
const TCHAR* To, |
|
![]() ![]() |
bool | DeleteFile
(
const TCHAR* Filename |
|
![]() ![]() |
bool | MoveFile
(
const TCHAR* To, |
|
![]() ![]() |
IFileHandle * | OpenWrite
(
const TCHAR* Filename, |