Enum ETriggerType Path C++ Link /Script/EnhancedInput.ETriggerType underlying uint8 /Script/EnhancedInput Values 4 NameValueHex Explicit00x00Implicit10x01Blocker20x02ETriggerType_MAX30x03 Used by 1types with a member, parameter or interface of this type UInputTrigger // /Script/EnhancedInput.ETriggerType enum class ETriggerType : uint8 { Explicit = 0, Implicit = 1, Blocker = 2, ETriggerType_MAX = 3, };