#unreal-engine #modding #ue4 #uasset #ue5

app unreal_mod_integrator

Claimed for project being developed on https://github.com/AstroTechies/unrealmodding

1 unstable release

0.1.0 Mar 27, 2023

#13 in #uasset

Download history 14/week @ 2024-02-25 15/week @ 2024-03-31 38/week @ 2024-04-14

53 downloads per month

MIT license

2KB

unreal_mod_integrator

Documentation Crates.io Build status License: MIT

Library crate for "integrating" Unreal Engine game mods.

Build setup

This crate needs some special envoirement variables to be set becasue it run Unreal Engine at compile time to cook assets for the correct Unreal Engine version.

  • UE_PATH: Path to your Unreal Engine installation. Typically C:\Program FIles\Epic Games\UE_4.xx\.
  • UE_VERSION_SELECTOR: Path to Unreal Version Selector. Typically C:\Program Files (x86)\Epic Games\Launcher\Engine\Binaries\Win64\UnrealVersionSelector.exe.

No runtime deps