https://github.com/h4lfheart/UEFormat
A general purpose 3D exchange format for Unreal Engine asset extraction
https://github.com/h4lfheart/UEFormat
b3d cue4parse ue5 ueformat
Last synced: 4 months ago
JSON representation
A general purpose 3D exchange format for Unreal Engine asset extraction
- Host: GitHub
- URL: https://github.com/h4lfheart/UEFormat
- Owner: h4lfheart
- Created: 2023-08-29T14:35:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-28T19:47:28.000Z (7 months ago)
- Last Synced: 2026-03-04T18:28:13.701Z (4 months ago)
- Topics: b3d, cue4parse, ue5, ueformat
- Homepage:
- Size: 95.4 MB
- Stars: 223
- Watchers: 10
- Forks: 31
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-game-file-format-reversing - UEFormat - Library for working with Unreal Engine file formats. (⚙️ Engines / Unreal Engine)
README
# UEFormat
A model and animation export format created for Unreal Engine game asset extraction. The export format is currently supported by [FortnitePorting](https://github.com/h4lfheart/FortnitePorting), [FModel](https://github.com/4sval/FModel) and [CUE4Parse](https://github.com/FabianFG/CUE4Parse).
## Plugins
- [Blender](https://github.com/h4lfheart/UEFormat/tree/blender)
- [Unreal Engine](https://github.com/h4lfheart/UEFormat/tree/unreal)
## Format Specification
- [Generic](https://github.com/h4lfheart/UEFormat/tree/master/docs/generic.md)
- [UEModel](https://github.com/h4lfheart/UEFormat/tree/master/docs/uemodel.md)
- [UEAnim](https://github.com/h4lfheart/UEFormat/tree/master/docs/ueanim.md)