set_input_action_properties
Set properties on an Unreal Engine Input Action asset, such as bConsumeInput, to customize input handling.
Instructions
Set properties on an Input Action.
Args: asset_path: Path to the InputAction asset value_type: Convenience shortcut — Boolean | Axis1D | Axis2D | Axis3D properties: Dict of property names to values (e.g. {"bConsumeInput": false})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_path | Yes | ||
| properties | No | ||
| value_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |