I'm a doctor, not a mechanic
UE1:UnrealVideoMenu (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Menu >> UnrealMenu >> UnrealLongMenu >> UnrealVideoMenu |
Contents
- Package:
- UnrealShare
- This class in other games:
- RTNP, U1
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. |
UnrealVideoMenu
Properties[edit]
AvailableRes[edit]
Type: string
bLowSoundQuality[edit]
Type: bool
bLowTextureDetail[edit]
Type: bool
brightness[edit]
Type: float
CurrentRes[edit]
Type: string
HighText[edit]
Type: string
Modifiers: localized
Default value: "High"
LowText[edit]
Type: string
Modifiers: localized
Default value: "Low"
MenuValues[edit]
Type: string
Array size: 20
MusicVol[edit]
Type: int
resNum[edit]
Type: int
Resolutions[edit]
Type: string
Array size: 16
SoundVol[edit]
Type: int
Default values[edit]
Property | Value |
---|---|
HelpMessage[1] | "Adjust display brightness using the left and right arrow keys." |
HelpMessage[2] | "Display Unreal in a window. Note that going to a software display mode may remove high detail actors that were visible with hardware acceleration." |
HelpMessage[3] | "Use the left and right arrows to select a resolution, and press enter to select this resolution." |
HelpMessage[4] | "Use the low texture detail option to improve performance. Changes to this setting will take effect on the next level change." |
HelpMessage[5] | "Adjust the volume of the music using the left and right arrow keys." |
HelpMessage[6] | "Adjust the volume of sound effects in the game using the left and right arrow keys." |
HelpMessage[7] | "Use the low sound quality option to improve performance on machines with 32 megabytes or less of memory. Changes to this setting will take effect on the next level change." |
HelpMessage[8] | "If true, you will hear voice messages during gametypes that use them." |
HelpMessage[9] | "If true, you will hear a beep when you receive a message." |
MenuLength | 9 |
MenuList[1] | "Brightness" |
MenuList[2] | "Toggle Fullscreen Mode" |
MenuList[3] | "Select Resolution" |
MenuList[4] | "Texture Detail" |
MenuList[5] | "Music Volume" |
MenuList[6] | "Sound Volume" |
MenuList[7] | "Sound Quality" |
MenuList[8] | "Voice Messages" |
MenuList[9] | "Message Beep" |
MenuTitle | "AUDIO/VIDEO" |
Instance functions[edit]
DrawMenu[edit]
function DrawMenu (Canvas Canvas)
Overrides: UnrealLongMenu.DrawMenu
GetAvailableRes[edit]
function GetAvailableRes ()
ProcessLeft[edit]
function bool ProcessLeft ()
Overrides: Menu.ProcessLeft
ProcessRight[edit]
function bool ProcessRight ()
Overrides: Menu.ProcessRight
ProcessSelection[edit]
function bool ProcessSelection ()
Overrides: Menu.ProcessSelection