I am making a Fps game and I want to make it so that the aiming cursor disappears when the player is aiming. So to do that in my widget I made an animation that makes the cursor disappear, just lowering the render opacity of the cursor image. I then tried to connect my aiming variable on my player connected to my widget, so when the boolean equals true the animation will play. But that isn’t working.