Enum EKeyBindConflictResolution Path C++ Link /Script/StormEscape.EKeyBindConflictResolution underlying uint8 /Script/StormEscape Values 4 NameValueHex Remove00x00Swap10x01Cancel20x02EKeyBindConflictResolution_MAX30x03 Used by 2types with a member, parameter or interface of this type UKeyBindingSubsystemUKeyRebindPopupWidget // /Script/StormEscape.EKeyBindConflictResolution enum class EKeyBindConflictResolution : uint8 { Remove = 0, Swap = 1, Cancel = 2, EKeyBindConflictResolution_MAX = 3, };