I hope to get help from you who have experience upgrading Unreal 5.0 project to 5.2.
As you know, several functions are deprecated in 5.2 and I can’t find out which functions are suitable for the position of the deprecated ones.
The functions are as following:
-ContextualAnimQueryResult()
-GetAnimationforRoleatIndex()
-FindAnimIndex()
-ExtractIKTargetTransformatTime()
I thankfully replaced “Break ContextualAnimQueryResult”, but regarding other three functions, I found it hard to find.
Could you pls teach me more details?
thanks @L1z4rD89
Could you pls teach me which one is for “Get Animation for Role at Index”? between “Find AnimSet Index By Animation” and “Find Animation For Role”?