Skip to content

Custom Properties Animation to Curves UE

BleuRaven edited this page Jan 28, 2024 · 13 revisions

Functionaity added in v0.4.2.
Thanks so much SAM-tak for they works -> Support exporting UE mannequin bone coordinate

Export custom properties animation to Curves UE readable

You need use "UE Standard" and Export Custom Properties to have the custom properties recognized in Unreal Engine image

Result:

image image

Note

  • Custom properties that can be recognized as Curve Value in UE need to be set on Pose Bone, not Object.

  • Blender use max and min in the property don't forget to update the limits values.
    ClampedEUCurve

  • For the moment only the Float custom propertys are supported. You can drive float propertys that should be exported with non float propertys. image

Asset Exemple

image Blender test file curves: image Result in Unreal: image

Clone this wiki locally