How can I move GetPlayerController our of my transition rule?

I’m following the tutorial for the animation starter pack and when it gets to changing from a crouch/jog state it has me getting the player controller in the transition, which is apparently not thread safe. Is it possible to move out of the transition rule without turning of the setting that checks this warning?

Here’s an idea I came up with. Let me know if I could do it better, yes?