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

UE1:UTPasswordWindow (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT Object >> UWindowBase >> UWindowWindow >> UWindowFramedWindow >> UTPasswordWindow
Package: 
UTMenu

null

Properties[edit]

CloseButton[edit]

Type: UWindowSmallCloseButton


OKButton[edit]

Type: UWindowSmallButton


OKText[edit]

Type: string

Modifiers: localized


Default value: "OK"

Default values[edit]

Property Value
ClientClass Class'UTMenu.UTPasswordCW'
WindowTitle "Enter Server Password"

Instance functions[edit]

BeforePaint[edit]

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

Overrides: UWindowFramedWindow.BeforePaint


Close[edit]

function Close (optional bool bByParent)

Overrides: UWindowWindow.Close


Created[edit]

function Created ()

Overrides: UWindowFramedWindow.Created


Paint[edit]

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

Overrides: UWindowFramedWindow.Paint


Resized[edit]

function Resized ()

Overrides: UWindowFramedWindow.Resized


ResolutionChanged[edit]

function ResolutionChanged (float W, float H)

Overrides: UWindowWindow.ResolutionChanged


SetSizePos[edit]

function SetSizePos ()