create_enhanced_input_action
Create an Enhanced Input Action asset for Unreal Engine 5's modern input system. Defines input mappings with Digital, Axis1D, Axis2D, or Axis3D value types at a specified content path.
Instructions
Create an Enhanced Input Action asset (UE5 modern input system).
Args: action_name: Name of the input action asset value_type: "Digital" (bool), "Axis1D" (float), "Axis2D" (Vector2D), "Axis3D" path: Content browser path
KB: see knowledge_base/15_INPUT_SYSTEM_AND_UMG.md#overview Example: create_enhanced_input_action(action_name="ExampleName")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | /Game/Input | |
| value_type | No | Digital | |
| action_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |