Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPlatformFileManager
Description
Inserts a new platform file into the platform file wrapper chain. The file is inserted before NewPlatformFile->GetLowerLevel().
THIS IS EXTREMELY DANGEROUS AFTER THE ENGINE HAS BEEN INITIALIZED AS WE MAY BE MODIFYING THE WRAPPER CHAIN WHILE THINGS ARE BEING LOADED
| Name | InsertPlatformFile |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/PlatformFileManager.h |
| Include Path | #include "HAL/PlatformFileManager.h" |
| Source | /Engine/Source/Runtime/Core/Private/HAL/PlatformFileManager.cpp |
bool InsertPlatformFile
(
IPlatformFile * NewPlatformFile
)
true if the platform file was inserted.
Parameters
| Name | Remarks |
|---|---|
| The | platform file to insert. |