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