FPlatformFileManager::GetPlatformFile

Creates a new platform file instance.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "HAL/PlatformFilemanager.h"

Source

/Engine/Source/Runtime/Core/Private/HAL/PlatformFileManager.cpp

Syntax

IPlatformFile * GetPlatformFile
(
    const TCHAR * Name
)

Remarks

Creates a new platform file instance.

Returns

Platform file instance of the platform file type was found, nullptr otherwise.

Parameters

Parameter

Description

Name

of the platform file to create.

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