Skip to content

dfki-asr/motion-processing-ue5

Repository files navigation

Motion Processing Unreal Engine 5 Plugin

This plugin allows BVH animations to be imported and applied to PoseableMesh components in Unreal Engine 5.

Requirements

The plugin expects BVH files and skeletons to follow these conventions:

  • This plugin was designed to be used with Unreal Engine 5.3
  • The BVH file must use Rotation Order: YXZ
  • The skeleton must be compatible with Unreal Engine skeleton structures
  • The character's forward direction must be aligned with the X-Axis

Installation

  1. Open your Unreal Engine project directory.
  2. If it does not already exist, create a folder named Plugins inside the project folder.
YourProject/
└── Plugins/
  1. Clone or copy this plugin into the Plugins folder.
YourProject/
└── Plugins/
    └── motion-processing-ue5/
  1. Open the project in Unreal Engine.
  2. Enable the plugin when prompted, or manually via Edit → Plugins.
  3. Restart the Unreal Editor if required.

Notes

This plugin is designed specifically for workflows using PoseableMesh components.
BVH files that do not follow the required rotation order or axis alignment may not produce correct animation results.

About

This plugin allows BVH animations to be imported and applied to PoseableMesh components in Unreal Engine 5.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors