Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/IEnhancedInputSubsystemInterface
Description
Reorder the given UnordedMappings such that chording mappings > chorded mappings > everything else. This is used to ensure mappings within a single context are evaluated in the correct order to support chording. Populate the DependentChordActions array with any chorded triggers so that we can detect which ones should be triggered later.
| Name | ReorderMappings |
| Type | function |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/EnhancedInputSubsystemInterface.h |
| Include Path | #include "EnhancedInputSubsystemInterface.h" |
| Source | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Private/EnhancedInputSubsystemInterface.cpp |
TArray< FEnhancedActionKeyMapping > ReorderMappings
(
const TArray< FEnhancedActionKeyMapping > & UnorderedMappings,
TArray< UEnhancedPlayerInput::FDependentChordTracker > &OUT DependentChordActions
)