Enum EWhiteboardThickness Path C++ Link /Script/StormEscape.EWhiteboardThickness underlying uint8 /Script/StormEscape Values 5 NameValueHex Thin00x00Medium10x01Thick20x02Eraser30x03EWhiteboardThickness_MAX40x04 Used by 4types with a member, parameter or interface of this type UW_WhiteboardUI_CAWhiteboardGadgetFWhiteboardStrokeUWhiteboardWidgetBase // /Script/StormEscape.EWhiteboardThickness enum class EWhiteboardThickness : uint8 { Thin = 0, Medium = 1, Thick = 2, Eraser = 3, EWhiteboardThickness_MAX = 4, };