I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

Legacy:UMenuLabelControl

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
class UMenuLabelControl extends UWindowLabelControl;
 
function Created()
{
	Super.Created();
 
	Font = F_Normal;
	TextColor.R = 0;
	TextColor.G = 0;
	TextColor.B = 0;
}
defaultproperties
{
}