Blender to Unreal Engine 5 Integration

Blender to Unreal

Transferring Projects from Blender to Unreal Engine 5

blender
ue5
send to unreal
blender addons

Introduction

Transferring intricate 3D scenes from Blender, to Unreal Engine, has traditionally been a complex process. To simplify this workflow, Unreal Engine developed a dedicated add-on for Blender.

The Challenge

While the official add-ons provided a convenient solution, development ceased on November 9, 2023, halting progress and compatibility with newer Blender versions. Blender Tools Developed by Unreal (Development is Halted till November, 2023)

Community Solution

Fortunately, the open-source community stepped up. GitHub user poly-hammer forked the original project and has been diligently maintaining it. This community-driven effort ensures continued compatibility and development, making the transition from Blender to Unreal Engine smoother than ever.

Download Latest Send to Unreal Add-ons for Blender

Latest Community Version of "Send to Unreal" Add-ons for Blender

You can download the Latest add-on for Blender here:
Download Latest Send to Unreal Add-ons for Blender

send-to-unreal-github-latest-release

send-to-unreal-github-download-latest-release

The availability of a community-maintained add-on is a testament to the power of open-source collaboration. By utilizing this tool, users can efficiently transfer their Blender creations to Unreal Engine, unlocking new possibilities for real-time rendering and interactive experiences.

Transferring projects from Blender to Unreal Engine 5 can streamline your 3D animation and game development workflow. In this guide, we'll cover the essential steps on both Blender and Unreal Engine sides to use the Send to Unreal feature effectively.

Step 1: Blender Add-ons Installation - Installing the Add-ons

  1. Download the Add-ons
  2. Install the Add-ons in Blender
    • Open Blender and go to Edit -> Preferences.
    • In the Preferences window, select the Add-ons tab. install-send-to-unreal-addons
    • Click Install and choose the downloaded add-on zip file.
    • Once installed, enable the add-on by checking the box next to it. send-to-unreal-installed-on-blender-4
  3. Configure Send2Ue Addon
    • Open the Settings Dialog settings-for-send-to-unreal-addons
    • Rename the untitled_category to something meaningful & Expand Extensions then activate Use collections as folders send-to-unreal-save-setting-templates

Step 2: Unreal Engine Side - Required Plugins and Settings

Ensure these plugins are activated in Unreal Engine 5 to facilitate the transfer from Blender:

  1. Create a Project in UNREAL create-unreal-project
  2. Activate Required Plugins
    • Navigate to Edit -> Plugins
      • Python Editor Script Plugin – Enables scripting in the editor using Python, which is crucial for some automated tasks. python-editor-script-plugin
      • Gameplay Tags Editor – Allows for the management of gameplay tags which can be important for game logic. gameplay-tags-editor
      • Editor Scripting Utilities – Provides tools to enhance editor functionality and can be used to automate repetitive tasks. editor-scripting-utilities
  3. Configure Project Settings
    • Navigate to Project Settings -> Plugins -> Python and ensure the following:
      • Enable Remote Execution – Activating this option allows Python scripts to be run remotely, which is necessary for some Send to Unreal operations. python-remote-execution
    • In Editor Preferences under General -> Performance -> Editor Performance, ensure:
      • Use Less CPU When in Background – This option helps reduce CPU usage when UE5 is not the active window, optimizing your system's performance. use-less-cpu-when-in-background

By following these steps and ensuring all required plugins and settings are correctly configured, you can seamlessly integrate Blender projects into your Unreal Engine 5 workflow.