DocsNodesModifiers

Group Output

The final result of a graph.

output, result, final, end, return
Category
Modifiers
Outputs
mesh
Runs live in
Godot, Roblox

Whatever is wired here is what the graph produces. Once the graph is packaged up and placed inside another one, this is also what it hands back.

Kind decides what sort of thing that is: geometry, a number, a direction, or a field. A top-level graph always renders whatever is here regardless, so the kind only matters once the graph is being used as a component.

Inputs

SocketTypeWiring
meshgeometry, optional

Parameters

NameTypeDefaultAvailable whenWhat it does
Kindmesh | value | vector | fieldmeshalways

Built with this node

See also

  • groupInputThe other half: the sockets a placed copy exposes.
  • viewerTo preview a branch without making it the result.

Open the editor and try it