Mostly Harmless
UE1:UWindowHTMLTextArea (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowDynamicTextArea >> UWindowHTMLTextArea |
Contents
- 1 Properties
- 2 Instance functions
- 2.1 AddText
- 2.2 BeforePaint
- 2.3 CalcHTMLTextWidth
- 2.4 Click
- 2.5 DrawTextLine
- 2.6 FirstMatching
- 2.7 GetHexDigit
- 2.8 GetOption
- 2.9 GetTag
- 2.10 GetWrapPos
- 2.11 HTMLUpdateStyle
- 2.12 LaunchUnrealURL
- 2.13 OverURL
- 2.14 Paint
- 2.15 ParseColor
- 2.16 ParseHTML
- 2.17 ProcessInlineHTML
- 2.18 ProcessURL
- 2.19 ReadStyleText
- 2.20 RemoveNextWord
- 2.21 RemoveWrap
- 2.22 SetCanvasStyle
- 2.23 SetHTML
- 2.24 SplitRowAt
- 2.25 TextAreaClipText
- 2.26 TextAreaTextSize
- 2.27 WrapRow
- 2.28 WriteStyleText
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
ALinkColor
Type: Object.Color
Default value:
Member | Value |
---|---|
R | 255 |
BGColor
Type: Object.Color
bReleased
Type: bool
bShowBlink
Type: bool
LastBlinkTime
Type: float
LinkColor
Type: Object.Color
Default value:
Member | Value |
---|---|
B | 255 |
TextColor
Type: Object.Color
Default value:
Member | Value |
---|---|
B | 255 |
G | 255 |
R | 255 |
Default values
Property | Value |
---|---|
bAutoScrollbar | True |
bIgnoreLDoubleClick | True |
bTopCentric | True |
bVariableRowHeight | True |
RowClass | Class'UWindow.UWindowHTMLTextRow' |
Instance functions
AddText
function UWindowDynamicTextRow AddText (string NewLine)
Overrides: UWindowDynamicTextArea.AddText
BeforePaint
Overrides: UWindowDynamicTextArea.BeforePaint
CalcHTMLTextWidth
Click
Overrides: UWindowWindow.Click
DrawTextLine
Overrides: UWindowDynamicTextArea.DrawTextLine
FirstMatching
GetHexDigit
GetOption
GetTag
GetWrapPos
Overrides: UWindowDynamicTextArea.GetWrapPos
HTMLUpdateStyle
function HTMLUpdateStyle (string Input, out UWindowBase.HTMLStyle CurrentStyle)
LaunchUnrealURL
function LaunchUnrealURL (string URL)
OverURL
function OverURL (string URL)
Paint
Overrides: UWindowDynamicTextArea.Paint
ParseColor
function Object.Color ParseColor (string S)
ParseHTML
ProcessInlineHTML
function ProcessInlineHTML (string HTML, out UWindowBase.HTMLStyle CurrentStyle)
ProcessURL
function ProcessURL (string URL)
ReadStyleText
function int ReadStyleText (string StyleString, out int StylePos, out UWindowBase.HTMLStyle CurrentStyle)
RemoveNextWord
Overrides: UWindowDynamicTextArea.RemoveNextWord
RemoveWrap
function RemoveWrap (UWindowDynamicTextRow L)
Overrides: UWindowDynamicTextArea.RemoveWrap
SetCanvasStyle
function SetCanvasStyle (Canvas C, UWindowBase.HTMLStyle CurrentStyle)
SetHTML
function SetHTML (string HTML)
SplitRowAt
Overrides: UWindowDynamicTextArea.SplitRowAt
TextAreaClipText
function TextAreaClipText (Canvas C, float DrawX, float DrawY, coerce string Text, optional bool bCheckHotkey)
Overrides: UWindowDynamicTextArea.TextAreaClipText
TextAreaTextSize
Overrides: UWindowDynamicTextArea.TextAreaTextSize
WrapRow
function WrapRow (Canvas C, UWindowDynamicTextRow L)
Overrides: UWindowDynamicTextArea.WrapRow