Ready-made StateTree tools for Unreal Engine 5
Plugin: StateTreeToolsCore Category: Enhanced Input Availability: StateTree Tools 2.0+
Returns the UEnhancedInputLocalPlayerSubsystem for the given player controller. Bind the output into Add Mapping Context or Remove Mapping Context to drive Enhanced Input from a StateTree.
Property functions are not available in UE 5.4. This node requires UE 5.5 or later.
The player controller whose local player subsystem you want. If invalid, the output is None.
The UEnhancedInputLocalPlayerSubsystem for the given player controller, or None if the controller is invalid or has no local player.