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
&40;
IPlatformFile &42; Inner,
const TCHAR &42; CmdLine
&41;
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. |