Using Entities in Modifiers

Entity values can also be used inside Modifiers to read or process data.

To add an entity value to a modifier, drag the entity entry from the Entities view into the Modifier Editor.

When dropped into the editor, Grid Studio automatically creates the corresponding node input or output for that entity value.


Entity Values in Modifiers

Modifiers operate only on individual entity values.

This means that modifiers can:

  • read a specific entity value

  • process the value using modifier nodes

  • output the processed result

Working with full entity datasets is not supported in modifiers. Modifiers focus on processing single values in real time.

Last updated