There is no spoon

UE1:UWindowEditControl (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
RTNP Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowEditControl
Package: 
UWindow
This class in other games:
U1, UT

null

Properties

EditAreaDrawX

Type: float


EditAreaDrawY

Type: float


EditBox

Type: UWindowEditBox


EditBoxWidth

Type: float


Instance functions

BeforePaint

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

Overrides: UWindowDialogControl.BeforePaint


Clear

function Clear ()


Created

function Created ()

Overrides: UWindowDialogControl.Created


GetValue

function string GetValue ()


Paint

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

Overrides: UWindowWindow.Paint


SetDelayedNotify

function SetDelayedNotify (bool bDelayedNotify)


SetEditTextColor

function SetEditTextColor (Object.Color NewColor)


SetFont

function SetFont (int NewFont)

Overrides: UWindowDialogControl.SetFont


SetHistory

function SetHistory (bool bInHistory)


SetMaxLength

function SetMaxLength (int MaxLength)


SetNumericFloat

function SetNumericFloat (bool bNumericFloat)


SetNumericOnly

function SetNumericOnly (bool bNumericOnly)


SetValue

function SetValue (string NewValue)