The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE3:MaterialExpressionCompound (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> MaterialExpression >> MaterialExpressionCompound
Package: 
Engine
Within class: 
Material
This class in other games:
UDK

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

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

Properties[edit]

Property group 'MaterialExpressionCompound'[edit]

bExpanded[edit]

Type: bool

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

Caption[edit]

Type: string

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

Internal variables[edit]

MaterialExpressions[edit]

Type: array<MaterialExpression>

Modifiers: const

Array of material expressions encapsulated by this node.