Enum ESmoothCameraBlendType Path C++ Link /Script/GameplayCameras.ESmoothCameraBlendType underlying int32 /Script/GameplayCameras Values 3 NameValueHex SmoothStep00x00SmootherStep10x01ESmoothCameraBlendType_MAX20x02 Used by 1types with a member, parameter or interface of this type USmoothBlendCameraNode // /Script/GameplayCameras.ESmoothCameraBlendType enum class ESmoothCameraBlendType : int32 { SmoothStep = 0, SmootherStep = 1, ESmoothCameraBlendType_MAX = 2, };