A question about KEY EVENT in an actor!

Hi! Why when I put a key event in a simple Actor the key no longer works in BP Character?

If you enable the input of player controller inside an actor blueprint, all key avents will trigger first on that Actor and wont trigger on others. If you want to keep triggering the others you can untick ‘consume input’ in the key event to let the player controller
trigger keep working on other blueprints.

image

2 Likes

Thank you!! This is what I want!

1 Like