UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PackageResourceManagerFile.cpp File Reference

Classes

class  FPackageResourceManagerFile
 
class  FPackageResourceManagerFile::FDirectoryVisitorBaseMounted
 
class  FPackageResourceManagerFile::FDirectoryVisitorBaseLocalOnly
 

Functions

IPackageResourceManagerMakePackageResourceManagerFile ()
 

Function Documentation

◆ MakePackageResourceManagerFile()

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.