UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PackageResourceManagerFile.h File Reference
#include "CoreMinimal.h"

Go to the source code of this file.

Functions

COREUOBJECT_API IPackageResourceManagerMakePackageResourceManagerFile ()
 

Function Documentation

◆ MakePackageResourceManagerFile()

COREUOBJECT_API IPackageResourceManager * MakePackageResourceManagerFile ( )

Create an FPackageResourceManagerFile, which implements the IPackageResourceManager interface by reading from the local files on disk. This is the most natural implementation, but does not support e.g. caching of upgrade steps or more efficient formats. FPackageResourceManagerFile is kept private for implentation hiding, and this function is the only public way to access it.