Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/UEnhancedPlayerInput
Description
Returns a const array view of the current enhanced input action mappings.
Note: Do NOT hold onto any references to these mappings or their input triggers/modifiers, as they will get re-instanced every time the control mappings are rebuilt. This is for read-only access to view the current mappings which may be useful for systems which want to query specific data about the current trigger states of specific mappings.
| Name | GetEnhancedActionMappingsView |
| Type | function |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/EnhancedPlayerInput.h |
| Include Path | #include "EnhancedPlayerInput.h" |
| Source | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Private/EnhancedPlayerInput.cpp |
TConstArrayView< const FEnhancedActionKeyMapping > GetEnhancedActionMappingsView() const