Use AI 3D models in Unreal Engine
KingDavez Studios exports FBX with the full PBR set (base color, normal, roughness, metallic, AO), ready for Lumen and Nanite in UE5.
Import (under 1 minute)
- Download the FBX from your dashboard.
- In the Unreal Content Browser, drag the FBX into a content folder.
- In the FBX import dialog: Import Materials β , Import Textures β , Build Nanite β (UE5).
- Drop the imported Static Mesh into your level. Materials auto-bind to the imported textures.
Tips
- Nanite: KingDavez meshes are high-density β Nanite handles them efficiently without manual LODs.
- Collision: Use Auto Convex in the Static Mesh editor for organic shapes, or a simple box for props.
- Scale: Unreal uses centimeters. Set Import Uniform Scale to
100if your scene looks tiny. - Lumen: Normal + roughness import unchanged β no extra setup needed.
Runtime loading
For in-game generation use the REST API from a C++ HTTP module or third-party plugin (e.g. glTFRuntime) to download and spawn GLBs at runtime.