Enum EDistortionSource Path C++ Link /Script/LensComponent.EDistortionSource underlying uint8 /Script/LensComponent Values 4 NameValueHex LensFile00x00LiveLinkLensSubject10x01Manual20x02EDistortionSource_MAX30x03 Used by 1types with a member, parameter or interface of this type ULensComponent // /Script/LensComponent.EDistortionSource enum class EDistortionSource : uint8 { LensFile = 0, LiveLinkLensSubject = 1, Manual = 2, EDistortionSource_MAX = 3, };