Gah - a solution with more questions. – EntropicLqd
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[edit]
EditAreaDrawX[edit]
Type: float
EditAreaDrawY[edit]
Type: float
EditBox[edit]
Type: UWindowEditBox
EditBoxWidth[edit]
Type: float
Instance functions[edit]
BeforePaint[edit]
Overrides: UWindowDialogControl.BeforePaint
Clear[edit]
function Clear ()
Created[edit]
function Created ()
Overrides: UWindowDialogControl.Created
GetValue[edit]
function string GetValue ()
Paint[edit]
Overrides: UWindowWindow.Paint
SetDelayedNotify[edit]
function SetDelayedNotify (bool bDelayedNotify)
SetEditTextColor[edit]
function SetEditTextColor (Object.Color NewColor)
SetFont[edit]
function SetFont (int NewFont)
Overrides: UWindowDialogControl.SetFont
SetHistory[edit]
function SetHistory (bool bInHistory)
SetMaxLength[edit]
function SetMaxLength (int MaxLength)
SetNumericFloat[edit]
function SetNumericFloat (bool bNumericFloat)
SetNumericOnly[edit]
function SetNumericOnly (bool bNumericOnly)
SetValue[edit]
function SetValue (string NewValue)