input_mapping_add
Add an action or axis mapping to Unreal Engine project input settings (Config/DefaultInput.ini) by specifying the mapping name, key (e.g., W, SpaceBar), and optional modifiers.
Instructions
Add an action or axis mapping to project input settings (saved to Config/DefaultInput.ini). Key names use FKey string form: W, SpaceBar, LeftMouseButton, MouseX, Gamepad_LeftTrigger, ...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alt | No | ||
| cmd | No | ||
| key | Yes | FKey name. | |
| ctrl | No | ||
| kind | Yes | ||
| name | Yes | Action or axis name, e.g. Jump, MoveForward. | |
| scale | No | Axis scale (axis only), default 1.0. | |
| shift | No |