Pak Loader is a plugin that can be used in Blueprints and C++. Due to how Unreal Engine works, .pak files are only intended to be loaded in packaged (shipping) builds.
Accessing the assets within the Pak file depends on how the .pak was created (paths, mount points, etc.) and what you are intending to use it for.
Features:
Mount/Unmount .pak files.
Register mount points to support references between pak assets.
Download (.pak) files via HTTP.
Load objects (all kind of assets).
Load classes (Blueprints).
Limitations:
Only tested on Windows x64. But works on other platforms as well (MacOS, Linux, Mobile)
Loading assets from mounted Pak files only works in packaged/shipping builds of your project. (Not in Editor)
You can’t load unsigned Pak files if your game project has Pak signing enabled.
Loading pak files that have been created with a different engine version than your project might not load.
Technical Details
Number of Blueprints: 0
Number of C++ Classes: 4
Network Replicated: No
Supported Development Platforms: Windows x64
Supported Target Build Platforms: Windows x64
https://www.unrealengine.com/marketplace/en-US/product/pak-loader-plugin
Reviews
There are no reviews yet.