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

Legacy:UWindowPageControl

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search

[edit] Variables

  • None

[edit] Functions

  • UWindowPageControlPage AddPage (string Caption, class<UWindowPageWindow> PageClass, optional name ObjectName)
  • BeforePaint (Canvas C, float X, float Y)
  • Close (optional bool bByParent)
  • DeletePage (UWindowPageControlPage P)
  • UWindowPageControlPage FirstPage ()
  • GetDesiredDimensions (out float W, out float H)
  • UWindowPageControlPage GetPage (string Caption)
  • GotoTab (UWindowTabControlItem NewSelected, optional bool bByUser)
  • UWindowPageControlPage InsertPage (UWindowPageControlPage BeforePage, string Caption, class<UWindowPageWindow> PageClass, optional name ObjectName)
  • NotifyAfterLevelChange ()
  • NotifyBeforeLevelChange ()
  • NotifyQuitUnreal ()
  • Paint (Canvas C, float X, float Y)
  • ResolutionChanged (float W, float H)

[edit] Default properties

  • ListClass=Class'UWindow.UWindowPageControlPage'
Personal tools