Player Controller
Posted 14 days ago
The built in input feature sets the player's wish velocity, duck wish state and jump. It also has pressing built in, allowing the player to automatically interact with any component that implements the IPressable interface (like buttons, doors etc).
You can also turn this off and code your own input system in another component.