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

UE1:UWindowURLTextArea (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
UWindow
This class in other games:
UT

null

Properties

bReleased

Type: bool


Default values

Property Value
bIgnoreLDoubleClick True

Instance functions

BeforePaint

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

Overrides: UWindowDynamicTextArea.BeforePaint


Click

function Click (float X, float Y)

Overrides: UWindowWindow.Click


LaunchUnrealURL

function LaunchUnrealURL (string URL)


Paint

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

Overrides: UWindowDynamicTextArea.Paint


ProcessText

function ProcessText (Canvas C, out string Text, out string NextBlock, out float W, out float H, out byte bLink)


TextAreaClipText

function TextAreaClipText (Canvas C, float DrawX, float DrawY, coerce string S, optional bool bCheckHotkey)

Overrides: UWindowDynamicTextArea.TextAreaClipText