Enum ESCCModification Path C++ Link /Script/TypedElementFramework.ESCCModification underlying int32 /Script/TypedElementFramework Values 5 NameValueHex Modified00x00Added10x01Removed20x02Conflicted30x03ESCCModification_MAX40x04 Used by 1types with a member, parameter or interface of this type FSCCStatusColumn // /Script/TypedElementFramework.ESCCModification enum class ESCCModification : int32 { Modified = 0, Added = 1, Removed = 2, Conflicted = 3, ESCCModification_MAX = 4, };