Skip to content

calben/UnrealPakLoaderPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unreal Runtime Package Loader Plugin

PakLoader is a library that simplifies runtime package loading for Unreal by providing a handful of static functions that abstract Unreal Engine's pak file system. The simplest function can open a pak file and load its asset registry to your project's given the path to a .pak file and its associated .bin file.

Unreal Engine has a reasonably good package and modding system. Unfortunately, it is largely undocumented, so individuals attempting to use it to load pak files at runtime are left to their own devices (trial and error, mostly) to discover how to get a pak file to load properly.

Documentation

The documentation for this project is available in the documentation.

Credits

Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY

About

A library simplifying runtime package loading for Unreal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published