I love the smell of UnrealEd crashing in the morning. – tarquin

UE1:UMenuOptionsClientWindow (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
RTNP Object >> UWindowBase >> UWindowWindow >> UWindowClientWindow >> UWindowDialogClientWindow >> UMenuOptionsClientWindow
Package: 
UMenu
This class in other games:
UT

null

Properties[edit]

AudioTab[edit]

Type: string

Modifiers: localized


Default value: "Audio"

CloseButton[edit]

Type: UWindowSmallCloseButton


ControlsTab[edit]

Type: string

Modifiers: localized


Default value: "Controls"

GamePlayTab[edit]

Type: string

Modifiers: localized


Default value: "Game"

HUDTab[edit]

Type: string

Modifiers: localized


Default value: "HUD"

InputTab[edit]

Type: string

Modifiers: localized


Default value: "Input"

Network[edit]

Type: UWindowPageControlPage


NetworkTab[edit]

Type: string

Modifiers: localized


Default value: "Network"

Pages[edit]

Type: UMenuPageControl


VideoTab[edit]

Type: string

Modifiers: localized


Default value: "Video"

Instance functions[edit]

Created[edit]

function Created ()

Overrides: UWindowWindow.Created


GetDesiredDimensions[edit]

function GetDesiredDimensions (out float W, out float H)

Overrides: UWindowDialogClientWindow.GetDesiredDimensions


Paint[edit]

function Paint (Canvas C, float X, float Y)

Overrides: UWindowDialogClientWindow.Paint


Resized[edit]

function Resized ()

Overrides: UWindowWindow.Resized


ShowNetworkTab[edit]

function ShowNetworkTab ()