Navigation
API > API/Plugins > API/Plugins/GameInputBase > API/Plugins/GameInputBase/UGameInputDeveloperSettings
Description
Returns all known uint32 options for controller button configurations. this is useful for making it easier to select in the editor instead of having to manually type everything in on a UPROPERTY i.e.
meta=(GetOptions="GameInput.GameInputDeveloperSettings.GetControllerButtonMappingDataKeyOptions")
| Name | GetControllerButtonMappingDataKeyOptions |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GameInput/Source/GameInputBase/Public/GameInputDeveloperSettings.h |
| Include Path | #include "GameInputDeveloperSettings.h" |
| Source | /Engine/Plugins/Runtime/GameInput/Source/GameInputBase/Private/GameInputDeveloperSettings.cpp |
UFUNCTION ()
static const TArray < uint32 > & GetControllerButtonMappingDataKeyOptions()