Skip to content

Installing CUE4Parse

Valentin edited this page Feb 17, 2024 · 3 revisions

Introduction

CUE4Parse is a parsing library designed specifically for extracting data from archives and packages generated by Unreal Engine 4 and 5. Installing CUE4Parse is straightforward, and you have two options depending on your preference and project requirements.


NuGet Package Installation

The quickest way to integrate CUE4Parse into your project is by installing it via NuGet.

dotnet add package CUE4Parse

Manual Installation

Warning

CMake and C++ Desktop Development pack for Visual Studio MUST be installed on your computer for the successful building of CUE4Parse.

If you prefer more control and want access to the latest features, you can clone the CUE4Parse repository and manually add it to your solution or project as a reference.

git clone https://github.com/FabianFG/CUE4Parse.git --recursive

👀 CUE4Parse is an open-source project, and contributions are always welcome. If you encounter any issues or have any suggestions for improvement, please feel free to open an issue or submit a pull request.