Mostly Harmless
UE1:UnrealShortMenu (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Menu >> UnrealMenu >> UnrealShortMenu |
- Package:
- UnrealShare
- Direct subclasses:
- UnrealIndivBotMenu, UnrealPlayerMenu
- This class in other games:
- RTNP, UT
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
UnrealShortMenu
Short menus, like the player mesh/skin selection screen and the individual bot configuration screen. These menus do not have a background.
Properties[edit]
bPulseDown[edit]
Type: bool
MenuFadeTimes[edit]
Type: float
Array size: 24
PulseTime[edit]
Type: float
TitleFadeTime[edit]
Type: float
Instance functions[edit]
DrawFadeList[edit]
DrawFadeString[edit]
function DrawFadeString (Canvas Canvas, string FadeString, out float FadeTime, float XStart, float YStart, Object.Color DrawColor)
DrawFadeTitle[edit]
function DrawFadeTitle (Canvas Canvas)
DrawHelpPanel[edit]
MenuTick[edit]
function MenuTick (float DeltaTime)
Overrides: Menu.MenuTick