Disable input action when the player is on a level

Hi!

I’m using Unreal 5.3.2 and I want to disable an Input Action when the player is on the level MainMenu_PP. the only thing I could come up with was this:

Is there a better way to do it?

Thanks!

1 Like

That’s ok :slight_smile:

Yes, it works. But I’m wondering if there is another way to do it. Thank you.

1 Like

There’s probably a million ways. Another would be to place a blueprint in any level you want to do this. The character checks if the blueprint is there. Etc.

Or you could have a tag on the player start.

1 Like