The top code is my keycard that you pick up and it turns on a boolean in the character blueprint that is HasKey? This allows you to enter the doors hitbox and open the door. Except that somehow when a second door is added to the level not only can you not open the door but you can no longer pick up the key even. I am so confused. Please help!
1 Like
Turns out I had consume input enabled.
2 Likes
you should not be using “Enable Input” in the actors. This is extremely inefficient. You should be using BluePrint Interface.
2 Likes
I just started a couple weeks ago. How does this interface work? Can I have some reference to why and how to implement it?