Skip to content

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

Notifications You must be signed in to change notification settings

halfuwu/UEFormat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published