This plugin allows BVH animations to be imported and applied to PoseableMesh components in Unreal Engine 5.
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
- Open your Unreal Engine project directory.
- If it does not already exist, create a folder named
Pluginsinside the project folder.
YourProject/
└── Plugins/
- Clone or copy this plugin into the
Pluginsfolder.
YourProject/
└── Plugins/
└── motion-processing-ue5/
- Open the project in Unreal Engine.
- Enable the plugin when prompted, or manually via Edit → Plugins.
- Restart the Unreal Editor if required.
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.