unreal.MappingQueryResult

class unreal.MappingQueryResult

Bases: unreal.EnumBase

Result summary from a QueryMapKeyIn… call

C++ Source:

  • Plugin: EnhancedInput

  • Module: EnhancedInput

  • File: InputMappingQuery.h

ERROR_ENHANCED_INPUT_NOT_ENABLED

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

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

Type

1

ERROR_INVALID_ACTION

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

Type

2

MAPPING_AVAILABLE

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

Type

4

NOT_MAPPABLE

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

Type

3