A simple plugin to add a blueprint library with some additional easing functions to Unreal. It can ease float and vector values.
Adapted from the Easing Functions Cheat Sheet at https://easings.net
Included easing functions:
Ease In Back
https://easings.net/#easeInBack
Ease Out Back
https://easings.net/#easeOutBack
Ease InOut Back
https://easings.net/#easeInOutBack
Ease In Elastic
https://easings.net/#easeInElastic
Ease Out Elastic
https://easings.net/#easeOutElastic
Ease InOut Elastic
https://easings.net/#easeInOutElastic
Ease In Bounce
https://easings.net/#easeInBounce
Ease Out Bounce
https://easings.net/#easeOutBounce
Ease InOut Bounce
https://easings.net/#easeInOutBounce
I am making the code available under an MIT License.








