Enum EPostCopyOperation Path C++ Link /Script/Engine.EPostCopyOperation underlying uint8 /Script/Engine Values 3 NameValueHex None00x00LogicalNegateBool10x01EPostCopyOperation_MAX20x02 Used by 1types with a member, parameter or interface of this type FExposedValueCopyRecord // /Script/Engine.EPostCopyOperation enum class EPostCopyOperation : uint8 { None = 0, LogicalNegateBool = 1, EPostCopyOperation_MAX = 2, };