The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE1:UWindowEditControl (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowEditControl |
Contents
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
Properties
EditAreaDrawX
Type: float
EditAreaDrawY
Type: float
EditBox
Type: UWindowEditBox
EditBoxWidth
Type: float
Instance functions
BeforePaint
Overrides: UWindowDialogControl.BeforePaint
Clear
function Clear ()
Created
function Created ()
Overrides: UWindowDialogControl.Created
GetValue
function string GetValue ()
Paint
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)