Enum ECameraBlendStackType Path C++ Link /Script/GameplayCameras.ECameraBlendStackType underlying int32 /Script/GameplayCameras Values 3 NameValueHex IsolatedTransient00x00AdditivePersistent10x01ECameraBlendStackType_MAX20x02 Used by 1types with a member, parameter or interface of this type UBlendStackCameraNode // /Script/GameplayCameras.ECameraBlendStackType enum class ECameraBlendStackType : int32 { IsolatedTransient = 0, AdditivePersistent = 1, ECameraBlendStackType_MAX = 2, };