Hi,
I cannot find any example on how to add a notify event on an animation
can anyone help me about this ?
[Admin, I added C tag but it’s python related - please change it to python. thanks
I SO HATE THESE TAGS !! ]
Hi,
I cannot find any example on how to add a notify event on an animation
can anyone help me about this ?
[Admin, I added C tag but it’s python related - please change it to python. thanks
I SO HATE THESE TAGS !! ]
anyone ? I really need to add a notify event programmatically
Im trying to figure this out too please.
We have a lot of anim assets to update and need a way to do this programmatically.
This doesn’t directly answer the question but should help someone to figure it out.
Unreal uses AnimationModifiers to setup AnimationNotifier, AnimationCurve, SyncGroup etc.
This github has example C++ AnimationModifiers for custom DistanceMatching based on Paragon.
[How to use Distance Matching plugin - YouTube](His github video)
If you use UE5, The source code already contains Epic’s AnimationModifiers for DistanceMatching.
Next, We need someone to figure out how to implement Python with AnimationModifiers.
If I understand correctly, Python can extend existing UClass in UnrealEngine.
thanks I’ll have a look