FPlatformFileManager::FindPlatformFile

Finds a platform file in the chain of active platform files.

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 * FindPlatformFile
(
    const TCHAR * Name
)

Remarks

Finds a platform file in the chain of active platform files.

Returns

Pointer to the active platform file or nullptr if the platform file was not found.

Parameters

Parameter

Description

Name

of the platform file.

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