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