Enhanced Input system in player controller not character blueprint

Couple things would be implemented a bit differently but mostly it’s the same in Player Controller.

  1. You would’ve to use Event Begin Play instead of Event Possessed.
  2. You don’t need to cast to the Player Controller, just search for Enhanced Input Subsystem in the Graph.

As far as I know, everything else should be the same.

1 Like