Cogito, ergo sum
UE1:UWindowPageControl (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowListControl >> UWindowTabControl >> UWindowPageControl |
- Package:
- UWindow
- Direct subclass:
- UMenuPageControl
- This class in other games:
- U1, UT
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. |
null
Default values[edit]
Property | Value |
---|---|
ListClass | Class'UWindow.UWindowPageControlPage' |
Instance functions[edit]
AddPage[edit]
function UWindowPageControlPage AddPage (string Caption, class<UWindowPageWindow> PageClass, optional name ObjectName)
BeforePaint[edit]
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]
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<UWindowPageWindow> PageClass, 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]
Overrides: UWindowTabControl.Paint
ResolutionChanged[edit]
Overrides: UWindowWindow.ResolutionChanged