FProfiledPlatformFile::Initialize

Initializes platform file.

Windows
MacOS
Linux

Override Hierarchy

IPlatformFile::Initialize()

FProfiledPlatformFile::Initialize()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileProfilerWrapper.h

Include

#include "HAL/IPlatformFileProfilerWrapper.h"

Syntax

virtual bool Initialize
(
    IPlatformFile * Inner,
    const TCHAR * CmdLine
)

Remarks

Initializes platform file.

Returns

true if the initialization was successful, false otherise.

Parameters

Parameter

Description

Inner

Platform file to wrap by this file.

CmdLine

Command line to parse.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss