Cogito, ergo sum

UE1:UWindowPageControl (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
UWindow
Direct subclass:
UMenuPageControl
This class in other games:
U1, UT

null

Default values[edit]

Property Value
ListClass Class'UWindow.UWindowPageControlPage'

Instance functions[edit]

AddPage[edit]

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


BeforePaint[edit]

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

Overrides: UWindowTabControl.BeforePaint


Close[edit]

function Close (optional bool bByParent)

Overrides: UWindowWindow.Close


DeletePage[edit]

function DeletePage (UWindowPageControlPage P)


FirstPage[edit]

function UWindowPageControlPage FirstPage ()


GetDesiredDimensions[edit]

function GetDesiredDimensions (out float W, out float H)

Overrides: UWindowWindow.GetDesiredDimensions


GetPage[edit]

function UWindowPageControlPage GetPage (string Caption)


GotoTab[edit]

function GotoTab (UWindowTabControlItem NewSelected, optional bool bByUser)

Overrides: UWindowTabControl.GotoTab


InsertPage[edit]

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


NotifyAfterLevelChange[edit]

function NotifyAfterLevelChange ()

Overrides: UWindowWindow.NotifyAfterLevelChange


NotifyBeforeLevelChange[edit]

function NotifyBeforeLevelChange ()

Overrides: UWindowWindow.NotifyBeforeLevelChange


NotifyQuitUnreal[edit]

function NotifyQuitUnreal ()

Overrides: UWindowWindow.NotifyQuitUnreal


Paint[edit]

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

Overrides: UWindowTabControl.Paint


ResolutionChanged[edit]

function ResolutionChanged (float W, float H)

Overrides: UWindowWindow.ResolutionChanged