Installation
- Purchase from Unreal Engine Marketplace
- Install through Epic Games Launcher
- Enable plugin in project settings
- Restart editor
Basic Import Example
Simple blueprint example to import an FBX file:
- Create a new blueprint
- Call the "Import FBX File" function
- Provide the file path to your FBX
- Bind to the completion event
- The FBX Actor will be spawned when import finishes
Project Structure
- Blueprints: Import functions and custom actors
- Materials: Default material templates
- Examples: Sample FBX files and demo blueprints