Introduction
Runtime FBX Import allows you to asynchronously import FBX files directly into your Unreal Engine project during runtime, complete with textures and materials.
Key Features
- Asynchronous FBX file import at runtime
- Automatic texture import (Diffuse, Normal, Specular, Opacity)
- Custom collision support via UCX_ prefix
- Changeable material properties
- Custom FBX Actor system
- Load and save system for imported meshes
- Node-based scene organization
System Requirements
- Unreal Engine 4.27 or 5.0+
- Understanding of procedural mesh components
- Basic knowledge of FBX file format