Unreal Engine 4.x Scripting with C++ Cookbook
上QQ阅读APP看书,第一时间看更新

How it works...

UENUM() shows up nicely in the code editor as a drop-down menu in the blueprints editor, from which you can only select one of a few values:

As you can see, the values that were specified are there!