Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/PackageResourceManagerFile.h |
| Include | #include "UObject/PackageResourceManagerFile.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PackageResourceManagerFile.cpp |
IPackageResourceManager * MakePackageResourceManagerFile()
Remarks
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.