I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE1:UBrowserEditFavoriteWindow (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT Object >> UWindowBase >> UWindowWindow >> UWindowFramedWindow >> UBrowserEditFavoriteWindow
Package: 
UBrowser
Direct subclass:
UBrowserNewFavoriteWindow

null

Properties

CloseButton

Type: UWindowSmallCloseButton


OKButton

Type: UWindowSmallButton


OKText

Type: string

Modifiers: localized


Default value: "OK"

Default values

Property Value
ClientClass Class'UBrowser.UBrowserEditFavoriteCW'
WindowTitle "Edit Favorite"

Instance functions

BeforePaint

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

Overrides: UWindowFramedWindow.BeforePaint


Created

function Created ()

Overrides: UWindowFramedWindow.Created


Paint

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

Overrides: UWindowFramedWindow.Paint


Resized

function Resized ()

Overrides: UWindowFramedWindow.Resized


ResolutionChanged

function ResolutionChanged (float W, float H)

Overrides: UWindowWindow.ResolutionChanged


SetSizePos

function SetSizePos ()