Skip to content

irajsb/UE4_Assimp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assimp Mesh Importer 5.4.2 for Unreal engine

Features:

  • Static Mesh and Procedural Mesh support
  • Mesh instancing for Static Meshes
  • Async Loading
  • Users can use multpile approaches for maximum flexiblity
  • Garbage collection using unreal GC and integration with UObjects
  • Embedded Texture import
  • Supports 57 different file formats for reading
  • Supports auto generating missing data such as normals

Experimental features:

  • Dynamic Mesh support from UE 5.0 onwards, which are faster than Static Mesh and Procedural Mesh
  • Use AssimpImporter for asynchronous imports

Docs :

For instructions about how to use visit : Docs