EMappingQueryResult

Result summary from a QueryMapKeyIn... call.

Windows
MacOS
Linux

References

Module

EnhancedInput

Header

/Engine/Plugins/Experimental/EnhancedInput/Source/EnhancedInput/Public/InputMappingQuery.h

Include

#include "InputMappingQuery.h"

Syntax

enum EMappingQueryResult
{
    Error_EnhancedInputNotEnabled,
    Error_InputContextNotInActiveContexts,
    Error_InvalidAction,
    NotMappable,
    MappingAvailable,
}

Values

Name

Description

Error_EnhancedInputNotEnabled

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

Error_InputContextNotInActiveContexts

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

Error_InvalidAction

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

NotMappable

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

MappingAvailable

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

Remarks

Result summary from a QueryMapKeyIn... call.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss