enum class PulseTestEnumColor_ t : uint32
{
// MPropertyFriendlyName = Black
BLACK = 0,
// MPropertyFriendlyName = White
WHITE = 1,
// MPropertyFriendlyName = Red
RED = 2,
// MPropertyFriendlyName = Green
GREEN = 3,
// MPropertyFriendlyName = Blue
BLUE = 4,
};