My program doesn't have bugs. It just develops random features.
UE3:MaterialExpressionCompound (UDK)
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. |
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' |