My program doesn't have bugs. It just develops random features.
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[edit]
AbsoluteFont[edit]
Type: Font
bAutoScrollbar[edit]
Type: bool
bDirty[edit]
Type: bool
bHCenter[edit]
Type: bool
bScrollOnResize[edit]
Type: bool
Default value: True
bTopCentric[edit]
Type: bool
bVariableRowHeight[edit]
Type: bool
Assumes !bTopCentric, !bScrollOnResize
bVCenter[edit]
Type: bool
Count[edit]
Type: int
DefaultTextHeight[edit]
Type: float
Font[edit]
Type: int
List[edit]
Type: UWindowDynamicTextRow
MaxLines[edit]
Type: int
Modifiers: config
OldH[edit]
Type: float
OldW[edit]
Type: float
RowClass[edit]
Type: class<UWindowDynamicTextRow>
Default value: Class'UWindow.UWindowDynamicTextRow'
TextColor[edit]
Type: Object.Color
Default value:
Member | Value |
---|---|
B | 255 |
G | 255 |
R | 255 |
VertSB[edit]
Type: UWindowVScrollBar
VisibleRows[edit]
Type: int
WrapWidth[edit]
Type: float
Default values[edit]
Property | Value |
---|---|
bNoKeyboard | True |
Instance functions[edit]
AddText[edit]
function UWindowDynamicTextRow AddText (string NewLine)
BeforePaint[edit]
Overrides: UWindowDialogControl.BeforePaint
CheckMaxRows[edit]
function UWindowDynamicTextRow CheckMaxRows ()
Clear[edit]
function Clear ()
Created[edit]
function Created ()
Overrides: UWindowDialogControl.Created
DrawTextLine[edit]
GetWrapPos[edit]
Paint[edit]
Overrides: UWindowWindow.Paint
RemoveNextWord[edit]
RemoveWrap[edit]
function RemoveWrap (UWindowDynamicTextRow L)
SetAbsoluteFont[edit]
function SetAbsoluteFont (Font F)
SetFont[edit]
function SetFont (int F)
Overrides: UWindowDialogControl.SetFont
SetTextColor[edit]
function SetTextColor (Object.Color C)
Overrides: UWindowDialogControl.SetTextColor
SplitRowAt[edit]
TextAreaClipText[edit]
function TextAreaClipText (Canvas C, float DrawX, float DrawY, coerce string S, optional bool bCheckHotkey)
TextAreaTextSize[edit]
WordWrap[edit]
WrapRow[edit]
function WrapRow (Canvas C, UWindowDynamicTextRow L)