Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE1:UWindowDynamicTextArea (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowDynamicTextArea |
Contents
- 1 Properties
- 1.1 AbsoluteFont
- 1.2 bAutoScrollbar
- 1.3 bDirty
- 1.4 bHCenter
- 1.5 bScrollOnResize
- 1.6 bTopCentric
- 1.7 bVariableRowHeight
- 1.8 bVCenter
- 1.9 Count
- 1.10 DefaultTextHeight
- 1.11 Font
- 1.12 List
- 1.13 MaxLines
- 1.14 OldH
- 1.15 OldW
- 1.16 RowClass
- 1.17 TextColor
- 1.18 VertSB
- 1.19 VisibleRows
- 1.20 WrapWidth
- 1.21 Default values
- 2 Instance functions
- Package:
- UWindow
- Direct subclasses:
- UWindowConsoleTextAreaControl, UWindowHTMLTextArea, UWindowURLTextArea
- This class in other games:
- RTNP
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
AbsoluteFont
Type: Font
bAutoScrollbar
Type: bool
bDirty
Type: bool
bHCenter
Type: bool
bScrollOnResize
Type: bool
Default value: True
bTopCentric
Type: bool
bVariableRowHeight
Type: bool
Assumes !bTopCentric, !bScrollOnResize
bVCenter
Type: bool
Count
Type: int
DefaultTextHeight
Type: float
Font
Type: int
List
Type: UWindowDynamicTextRow
MaxLines
Type: int
Modifiers: config
OldH
Type: float
OldW
Type: float
RowClass
Type: class<UWindowDynamicTextRow>
Default value: Class'UWindow.UWindowDynamicTextRow'
TextColor
Type: Object.Color
Default value:
Member | Value |
---|---|
B | 255 |
G | 255 |
R | 255 |
VertSB
Type: UWindowVScrollBar
VisibleRows
Type: int
WrapWidth
Type: float
Default values
Property | Value |
---|---|
bNoKeyboard | True |
Instance functions
AddText
function UWindowDynamicTextRow AddText (string NewLine)
BeforePaint
Overrides: UWindowDialogControl.BeforePaint
CheckMaxRows
function UWindowDynamicTextRow CheckMaxRows ()
Clear
function Clear ()
Created
function Created ()
Overrides: UWindowDialogControl.Created
DrawTextLine
GetWrapPos
Paint
Overrides: UWindowWindow.Paint
RemoveNextWord
RemoveWrap
function RemoveWrap (UWindowDynamicTextRow L)
SetAbsoluteFont
function SetAbsoluteFont (Font F)
SetFont
function SetFont (int F)
Overrides: UWindowDialogControl.SetFont
SetTextColor
function SetTextColor (Object.Color C)
Overrides: UWindowDialogControl.SetTextColor
SplitRowAt
TextAreaClipText
function TextAreaClipText (Canvas C, float DrawX, float DrawY, coerce string S, optional bool bCheckHotkey)
TextAreaTextSize
WordWrap
WrapRow
function WrapRow (Canvas C, UWindowDynamicTextRow L)