unreal.InputMappingContextMappingData

class unreal.InputMappingContextMappingData(mappings: None = [])

Bases: StructBase

Input Mapping Context Mapping Data

C++ Source:

  • Plugin: EnhancedInput

  • Module: EnhancedInput

  • File: InputMappingContext.h

Editor Properties: (see get_editor_property/set_editor_property)

  • mappings (Array[EnhancedActionKeyMapping]): [Read-Write] List of Input Actions and which keys they are mapped to.

property mappings: None

[Read-Only] List of Input Actions and which keys they are mapped to.

Type:

(Array[EnhancedActionKeyMapping])