Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FCachedReadPlatformFile
- IPlatformFile::Initialize()
- FCachedReadPlatformFile::Initialize()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileCachedWrapper.h |
| Include | #include "HAL/IPlatformFileCachedWrapper.h" |
virtual bool Initialize
(
IPlatformFile * Inner,
const TCHAR * CmdLine
)
Remarks
Initializes platform file. true if the initialization was successful, false otherise.
Parameters
| Name | Description |
|---|---|
| Inner | Platform file to wrap by this file. |
| CmdLine | Command line to parse. |