Im working on FPS game with AI using different states and weapon types.
So I have two enum variables in anim BP (Type Weapon, AI State) and in locomotion states I want to implement animations depending on the current weapon and state, but how can I check what weapon type it has first and then choose between two blend poses (different poses for pistol or rifle depending on current state)?