Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform
Inheritance Hierarchy
- IPlatformFile
- IPhysicalPlatformFile
- FUnixPlatformFile
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include | #include "GenericPlatform/GenericPlatformFile.h" |
Syntax
class IPhysicalPlatformFile : public IPlatformFile
Remarks
Common base for physical platform File I/O Interface
Overridden from IPlatformFile
| Type | Name | Description | |
|---|---|---|---|
| IPlatformFile * | Gets the platform file wrapped by this file. | ||
| const TCHAR * | GetName () |
Gets this platform file type name. | |
| bool | Initialize
(
IPlatformFile* Inner, |
Initializes platform file. | |
| void | SetLowerLevel
(
IPlatformFile* NewLowerLevel |
Sets the platform file wrapped by this file. | |
| bool | ShouldBeUsed
(
IPlatformFile* Inner, |
Checks if this platform file should be used even though it was not asked to be. |