FPlatformFileManager::RemovePlatformFile

Removes the specified file wrapper from the platform file wrapper chain.

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

void RemovePlatformFile
(
    IPlatformFile * PlatformFileToRemove
)

Remarks

Removes the specified file wrapper from the platform file wrapper chain.

THIS IS EXTREMELY DANGEROUS AFTER THE ENGINE HAS BEEN INITIALIZED AS WE MAY BE MODIFYING THE WRAPPER CHAIN WHILE THINGS ARE BEING LOADED

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