Enum ECameraLagProfile Path C++ Link /Script/StormEscape.ECameraLagProfile underlying uint8 /Script/StormEscape Values 4 NameValueHex None00x00Daze10x01Ragdoll20x02ECameraLagProfile_MAX30x03 Used by 2types with a member, parameter or interface of this type UABP_FP_MainCharacter_CIAnimationInterface // /Script/StormEscape.ECameraLagProfile enum class ECameraLagProfile : uint8 { None = 0, Daze = 1, Ragdoll = 2, ECameraLagProfile_MAX = 3, };