Enum EWhiteboardTool Path C++ Link /Script/StormEscape.EWhiteboardTool underlying uint8 /Script/StormEscape Values 3 NameValueHex Draw00x00Erase10x01EWhiteboardTool_MAX20x02 Used by 2types with a member, parameter or interface of this type AWhiteboardGadgetUWhiteboardWidgetBase // /Script/StormEscape.EWhiteboardTool enum class EWhiteboardTool : uint8 { Draw = 0, Erase = 1, EWhiteboardTool_MAX = 2, };