unreal.MappingQueryResult

class unreal.MappingQueryResult

Bases: EnumBase

Result summary from a QueryMapKeyIn… call

C++ Source:

  • Plugin: EnhancedInput

  • Module: EnhancedInput

  • File: InputMappingQuery.h

ERROR_ENHANCED_INPUT_NOT_ENABLED: MappingQueryResult

Query failed because the player controller being queried is not configured to support enhanced input (PlayerInput is not Enhanced).

Type:

0

ERROR_INPUT_CONTEXT_NOT_IN_ACTIVE_CONTEXTS: MappingQueryResult

Query failed because the input context being queried against is not part of the active context list.

Type:

1

ERROR_INVALID_ACTION: MappingQueryResult

Query failed because the action being queried against is None/null

Type:

2

MAPPING_AVAILABLE: MappingQueryResult

Mapping will not affect any existing mappings and is safe to apply.

Type:

4

NOT_MAPPABLE: MappingQueryResult

Mapping cannot be applied due to blocking issues. Check OutIssues for details.

Type:

3