I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:MaterialExpressionCompound (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> MaterialExpression >> MaterialExpressionCompound |
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. |
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.