UE1:UWindowPageControl (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Package:
UWindow
Direct subclass:
UMenuPageControl
This class in other games:

null

Default values

Property Value
ListClass Class'UWindow.UWindowPageControlPage'

Instance functions

AddPage

function UWindowPageControlPage AddPage (string Caption, class<UWindowPageWindowPageClass, optional name ObjectName)


BeforePaint

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

Overrides: UWindowTabControl.BeforePaint


Close

function Close (optional bool bByParent)

Overrides: UWindowWindow.Close


DeletePage

function DeletePage (UWindowPageControlPage P)


FirstPage

function UWindowPageControlPage FirstPage ()


GetDesiredDimensions

function GetDesiredDimensions (out float W, out float H)

Overrides: UWindowWindow.GetDesiredDimensions


GetPage

function UWindowPageControlPage GetPage (string Caption)


GotoTab

function GotoTab (UWindowTabControlItem NewSelected, optional bool bByUser)

Overrides: UWindowTabControl.GotoTab


InsertPage

function UWindowPageControlPage InsertPage (UWindowPageControlPage BeforePage, string Caption, class<UWindowPageWindowPageClass, optional name ObjectName)


NotifyAfterLevelChange

function NotifyAfterLevelChange ()

Overrides: UWindowWindow.NotifyAfterLevelChange


NotifyBeforeLevelChange

function NotifyBeforeLevelChange ()

Overrides: UWindowWindow.NotifyBeforeLevelChange


NotifyQuitUnreal

function NotifyQuitUnreal ()

Overrides: UWindowWindow.NotifyQuitUnreal


Paint

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

Overrides: UWindowTabControl.Paint


ResolutionChanged

function ResolutionChanged (float W, float H)

Overrides: UWindowWindow.ResolutionChanged