Steps to Reproduce

1. In native code (I used QAGame) add:

UENUM(BlueprintType)
enum class ESampleEnum : uint8
{
	AAA,
	BBB,
	CCC
};

2. Create the following BP (see screen1)
3. Rename BBB into Yada. Add the fiolloing line in DefaultEngine.ini in [/Script/Engine.Engine]

+EnumRedirects=(EnumName="ESampleEnum",OldEnumEntry="BBB",NewEnumEntry="Yada")

4. Recompile. Open the BP. It looks like screen2.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-39199 in the post.

0
Login to Vote

Fixed
Fix Commit3297725
Main Commit3315211
CreatedNov 30, 2016
ResolvedFeb 10, 2017
UpdatedMar 28, 2017