An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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)