import_asset
Import external files (FBX, PNG, WAV) directly into Unreal projects, specifying the source path and target content folder to keep assets organized.
Instructions
Import an external file (FBX, PNG, WAV, etc.) into the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_file | Yes | Path to the file on disk to import | |
| destination_path | Yes | Content directory to import into (e.g., /Game/Meshes) |