My program doesn't have bugs. It just develops random features.

UE3:MaterialExpressionCompound (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> MaterialExpression >> MaterialExpressionCompound
Package: 
Engine
Within class: 
Material
This class in other games:
UT3

A compound material expression representing several material expressions collapsed into one node. An editor-only concept; this node does not generate shader code.

Properties

Property group 'MaterialExpressionCompound'

bExpanded

Type: bool

IF TRUE, the nodes encapsulated by compound expression are drawn in the material editor.

Caption

Type: string

Textual descrption for this compound expression; appears in the expression title.

Internal variables

MaterialExpressions

Type: array<MaterialExpression>

Modifiers: const

Array of material expressions encapsulated by this node.

Default values

Property Value
MenuCategories[0] 'Compound'