Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE1:UnrealShortMenu (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Menu >> UnrealMenu >> UnrealShortMenu |
- Package:
- UnrealShare
- Direct subclasses:
- UnrealIndivBotMenu, UnrealPlayerMenu
- This class in other games:
- U1, 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
bPulseDown
Type: bool
MenuFadeTimes
Type: float
Array size: 24
PulseTime
Type: float
TitleFadeTime
Type: float
Instance functions
DrawFadeList
DrawFadeString
function DrawFadeString (Canvas Canvas, string FadeString, out float FadeTime, float XStart, float YStart, Object.Color DrawColor)
DrawFadeTitle
function DrawFadeTitle (Canvas Canvas)
DrawHelpPanel
MenuTick
function MenuTick (float DeltaTime)
Overrides: Menu.MenuTick