Group In

Read with AI
All docs in one file (llms-full.txt)
GroupInput #Group #Node
Group In

The “entrance” node you place inside a group. From the inside it is a source with an Out; from the outside one input port appears on the Group node. The value arriving on the outside is poured straight into the Out inside.

  • The text field on the node (label, default In) becomes the name of the port exposed on the outside
  • The type is chosen explicitly from the Type dropdown. The ten choices are Any (default) / Texture / Float / Int / Bool / Color / String / Rect / Trigger / Material, and the type you pick is propagated to the outer input port

When the outer input is disconnected or muted, null flows inside. This keeps an old RenderTexture or value from lingering inside.

Input ports

None

Output ports

Port IDType
OutPassthroughWrapper

Scriptable members

PathType
labelstring

Synapse Apps (scripting)

await synapse.modules.create({ type: "GroupInput" })

Pages linking here

Also referenced from