How to pass animation parameters to my own animator controller?

JablDouble

New member
I need to pass a few params to my custom animator controller(e.g for gun). I need this params to play animations of gun

1685985027758.png
Do I have any accessability to get this one there? And how?
 
For this situation you can subclass the ItemAbility and override the GetItemSubstateIndex method. This will allow you to return a custom value and ensure it persists.
 
Top