What is wrong with enhanced inputs? They only work sometimes.

What I usually do is have the player (or playercontroller) call the event FROM the actor component, using the enhanced input.
The input’s on the character BP but the event is on the actor bp. Just use Validated Get-> ActorBP->AsActorBP_CustomEventOrFunction

1 Like