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:
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
Property | Value |
---|---|
ListClass | Class'UWindow.UWindowPageControlPage' |
Instance functions
AddPage
function UWindowPageControlPage AddPage (string Caption, class<UWindowPageWindow> PageClass, optional name ObjectName)
BeforePaint
Overrides: UWindowTabControl.BeforePaint
Close
function Close (optional bool bByParent)
Overrides: UWindowWindow.Close
DeletePage
function DeletePage (UWindowPageControlPage P)
FirstPage
function UWindowPageControlPage FirstPage ()
GetDesiredDimensions
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<UWindowPageWindow> PageClass, optional name ObjectName)
NotifyAfterLevelChange
function NotifyAfterLevelChange ()
Overrides: UWindowWindow.NotifyAfterLevelChange
NotifyBeforeLevelChange
function NotifyBeforeLevelChange ()
Overrides: UWindowWindow.NotifyBeforeLevelChange
NotifyQuitUnreal
function NotifyQuitUnreal ()
Overrides: UWindowWindow.NotifyQuitUnreal
Paint
Overrides: UWindowTabControl.Paint
ResolutionChanged
Overrides: UWindowWindow.ResolutionChanged