What do I need to do with this blueprint to make it cancel manually after holding for 10 seconds

Hello,

I am close to being able to make this blueprint work, but I am missing something I do not understand. I have a rewind feature that I want it to cancel manually after holding the button down for 10 seconds, or on release before the 10 seconds. I am new to unreal and feel like I am close to making it work, but do not know how to finish it. If anybody could help me solve this, you would be my hero. Thanks for any help in advance.

Hi there and welcome.

How is your Input Action setup?

The multitude of execution pins hooked up suggests it might already have a Hold trigger on it? That is definitely the way to go and means you don’t need any of that time to cancel or is manually cancelled stuff.

Setup trigger like so:

Then use execution pins as such:

If you still have problems, you will at least have significantly less code to find them in!

2 Likes