Mostly Harmless

UE3:PBRuleNodeComment (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 06:44, 17 January 2010 by Wormbo (Talk | contribs) (1 revision: class descriptions for UDK January update (part 4))

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> PBRuleNodeBase >> PBRuleNodeComment
Package: 
Engine


Properties[edit]

Property group 'PBRuleNodeComment'[edit]

bFilled[edit]

Type: bool

If we are drawing a box, should it be filled, or just an outline.

Default value: True

BorderColor[edit]

Type: Object.Color

If we are drawing a box for this comment object, what colour should the border be.

Default value:

Member Value
A 255
B 0
G 0
R 0

BorderWidth[edit]

Type: int

Width of border of comment box in pixels.

Default value: 1

FillColor[edit]

Type: Object.Color

If bFilled is true, what colour should the background be.

Default value:

Member Value
A 16
B 255
G 255
R 255

SizeX[edit]

Type: int

Horizontal size of comment box in pixels.

Default value: 128

SizeY[edit]

Type: int

Vertical size of comment box in pixels.

Default value: 64