How do I make a widget animation not start right when I jump into the game?

I have everything set up exactly as you told me and it’s not working, in fact, it’s worse than before. The animation is not showing up at all now.

The animation used to play when I ran into the trigger, now it doesn’t.
The animation used to play when I hit Q, now it doesn’t.

It’s even interfering with my door opening blueprint now, when I hit Q first it ignores E (which is the key to open doors in my project)

All I wanted was to remove the auto-play animation on start up instead you gave me instructions to create some complex system that doesn’t work.

Why do you even open blueprint if you
don’t understand the resemblance of
saving and promoting variables?

What kind of question is that? I have made various blueprints before and haven’t had any problems.
Look, I didn’t ask for your complex code system. That was your suggestion.
I was asking for a simple solution for a simple problem.

Again, all I wanted was to remove the auto-play animation on start up, everything else was working fine.

You are already checking if your character overlaps any actor with name contains Trigger.

I’m not an expert in explaining the obvious things. Why do you even open blueprint if you don’t understand the resemblance of saving and promoting variables? This task is way too complex for your level. I suggest you to try simple blueprint logic. Without functions, interfaces or collision events.

Could you just check your configuration now?

all I wanted was to remove the
auto-play animation on start up

  1. According to your screenshots, you don’t create a widget before you hit the trigger box, so how is it possible that it starts animation on start up?

  2. If you wanna just stop the animation I answered you right in the first post. You use stop animation node.

  3. My setup is working in my project, I checked this. Even if I simplify it to your variant it’s working fine.

I’m starting to suspect that this is some kind of troll actions))))

  1. I don’t know

  2. If I stop the animation in the widget blueprint it stops it, but it also stops the animation from being called by a trigger box or button which I don’t want. It’s all stated in the op…

  3. I’m using your simplified method right now and it still auto-plays on startup

My posts are starting to vanish, so again:

check trigger bounds that it don’t overlap anything (or you can’t use your simple level BP)

check if you are creating widget somewhere else

Finally got it to work.
I had to remove an excess event begin play in the level blueprint and I think that was it. It’s no longer auto-playing and the box trigger works.
Thanks for your help.

I’m happy we figure it out!

Hope you will become an expert soon! Good luck!

P.S. Please hit that green check mark to close the question for searching purposes)

I need you to

136547-accept.png