unreal.PlayerMappableKeySlot

class unreal.PlayerMappableKeySlot

Bases: EnumBase

The “Slot” that a player mappable key is in. Used by UI to allow for multiple keys to be bound by the player for a single player mapping

<Mapping Name> | Slot 1 | Slot 2 | Slot 3 | Slot…. N |

C++ Source:

  • Plugin: EnhancedInput

  • Module: EnhancedInput

  • File: EnhancedInputUserSettings.h

FIFTH: PlayerMappableKeySlot = Ellipsis

4

FIRST: PlayerMappableKeySlot = Ellipsis

The first key slot

Type:

0

FOURTH: PlayerMappableKeySlot = Ellipsis

3

MAX: PlayerMappableKeySlot = Ellipsis

8

SECOND: PlayerMappableKeySlot = Ellipsis

The second mappable key slot. This is the default max in the project settings

Type:

1

SEVENTH: PlayerMappableKeySlot = Ellipsis

6

SIXTH: PlayerMappableKeySlot = Ellipsis

5

THIRD: PlayerMappableKeySlot = Ellipsis

2

UNSPECIFIED: PlayerMappableKeySlot = Ellipsis

A key that isn’t in any slot

Type:

7