Enum ECameraShakeDurationType Path C++ Link /Script/Engine.ECameraShakeDurationType underlying uint8 /Script/Engine Values 4 NameValueHex Fixed00x00Infinite10x01Custom20x02ECameraShakeDurationType_MAX30x03 Used by 1types with a member, parameter or interface of this type FCameraShakeDuration // /Script/Engine.ECameraShakeDurationType enum class ECameraShakeDurationType : uint8 { Fixed = 0, Infinite = 1, Custom = 2, ECameraShakeDurationType_MAX = 3, };