Hi, I have a question to ask, I am using
unreal.AnimationLibrary.add_float_curve_keys(anim_sequence, curve_name, new_times, values)
The curve can be set normally in this function, but the animation is not applied in the editor. It only changes after I manually adjust the Value.
Do you know why this is?