h4lfheart / UEFormat

A model and animation export format created for Unreal Engine game asset extraction.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UEFormat

A model and animation export format created for Unreal Engine game asset extraction. The export format is currently supported by FModel and CUE4Parse.

Supported Plugins

Blender Features

Model Data (.uemodel)

  • LOD Models (Level of Detail)
  • Vertices
  • Indices
  • Normals
  • Texture Coordinates
  • Vertex Colors
  • Materials
  • Weights
  • Bones
  • Sockets
  • Morph Targets
  • Collision Geometry (Convex Only)
  • Virtual Bones

Animation Data (.ueanim)

  • Location Keys
  • Rotation Keys
  • Scale Keys

Unreal Features

Model Data (.uemodel)

  • Vertices
  • Indices
  • Normals
  • Tangents
  • Texture Coordinates
  • Vertex Colors
  • Materials
  • Weights
  • Bones

Animation Data (.ueanim)

  • Location Keys
  • Rotation Keys
  • Scale Keys

About

A model and animation export format created for Unreal Engine game asset extraction.


Languages

Language:C++ 48.4%Language:Python 48.2%Language:C# 2.1%Language:C 1.3%