UENUM(BlueprintType) enum class ECustomEnum : uint8 { Value1, UMETA(DisplayName="My Value 1"), Value2, Value3 }