Nodes > Functions > Sub-Graph > Droplist Import
Exposes a dropdown list parameter on the sub-graph. This value can be modified through the Graph Properties panel.
Outputs
| Name | Type | Description |
|---|---|---|
| Value | float | Index of selected dropdown item |
Properties
| Name | Type | Description |
|---|---|---|
| Title | string | Title used for this parameter when viewing the Material in the Inspector |
| Group | string | If not empty, specifies the parameter group this parameter is shown in |
| SortIndex | int | Specifies the order this should be listed relative to other parameters |
| Tooltip | string | Tooltip message shown on mouse hover |
| Item Count | int | Number of options in the dropdown list menu |
| Default Item | int | The default droplist selection |
| Item 0 Name | string | Label shown for Item 0 |
| Item 1 Name | string | Label shown for Item 1 |
| Item 2 Name | string | Label shown for Item 2 |
Was this page helpful?