Getting Started

Installation

  1. Purchase from Unreal Engine Marketplace
  2. Install through Epic Games Launcher
  3. Enable plugin in project settings
  4. Restart editor

Basic Import Example

Simple blueprint example to import an FBX file:

  1. Create a new blueprint
  2. Call the "Import FBX File" function
  3. Provide the file path to your FBX
  4. Bind to the completion event
  5. 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
Runtime FBX Import for Unreal Engine - Documentation | Athian Games