UMenuLabelControl
class UMenuLabelControl extends UWindowLabelControl; function Created() { Super.Created(); Font = F_Normal; TextColor.R = 0; TextColor.G = 0; TextColor.B = 0; } defaultproperties { }
class UMenuLabelControl extends UWindowLabelControl; function Created() { Super.Created(); Font = F_Normal; TextColor.R = 0; TextColor.G = 0; TextColor.B = 0; } defaultproperties { }
The Unreal Engine Documentation Site