UE1:Menu (UT)
- Package:
- Engine
- Direct subclass:
- UnrealMenu
- This class in other games:
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. |
Menu: An in-game menu. This is a built-in Unreal class and it shouldn't be modified.
Serves as a generic menu master class. Can be used with any style of menu implementation. Offers menu services such as reading input. Not dependent on any visual style.
Properties
Property group 'Menu'
CenterString
Type: string
Modifiers: localized
Default value: "Center"
DisabledString
Type: string
Modifiers: localized
Default value: "Disabled"
EnabledString
Type: string
Modifiers: localized
Default value: "Enabled"
HelpMessage
Type: string
Array size: 24
Modifiers: localized
Default value, index 1: "This menu has not yet been implemented."
LeftString
Type: string
Modifiers: localized
Default value: "Left"
MenuLength
Type: int
MenuList
Type: string
Array size: 24
Modifiers: localized
MenuTitle
Type: string
Modifiers: localized
NoString
Type: string
Modifiers: localized
Default value: "no"
RightString
Type: string
Modifiers: localized
Default value: "Right"
YesString
Type: string
Modifiers: localized
Default value: "yes"
Internal variables
bConfigChanged
Type: bool
bExitAllMenus
Type: bool
ParentMenu
Type: Menu
PlayerOwner
Type: PlayerPawn
Selection
Type: int
Default value: 1
Default values
Property | Value |
---|---|
bHidden | True |
Instance functions
DrawMenu
ExitAllMenus
ExitMenu
MenuInit
MenuProcessInput
MenuTick
PlayEnterSound
PlayModifySound
PlaySelectSound
ProcessLeft
ProcessMenuEscape
ProcessMenuInput
ProcessMenuKey
ProcessMenuUpdate
ProcessNo
ProcessRight
ProcessSelection
ProcessYes
SaveConfigs
SetFontBrightness