Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FPlatformFileOpenLog
- IPlatformFile::Initialize()
- FPlatformFileOpenLog::Initialize()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileOpenLogWrapper.h |
| Include | #include "HAL/IPlatformFileOpenLogWrapper.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. |