Blender V4.5
blender::nodes::GeometryNodesGroupFunction Struct Reference

#include <NOD_geometry_nodes_lazy_function.hh>

Classes

struct  [struct].inputs
struct  [struct].outputs

Public Attributes

const LazyFunctionfunction = nullptr
struct  inputs
struct  outputs

Detailed Description

Contains the information that is necessary to execute a geometry node tree.

Definition at line 365 of file NOD_geometry_nodes_lazy_function.hh.

Member Data Documentation

◆ function

const LazyFunction* blender::nodes::GeometryNodesGroupFunction::function = nullptr

The lazy-function that does what the node group does. Its inputs and outputs are described below.

Definition at line 370 of file NOD_geometry_nodes_lazy_function.hh.

Referenced by blender::nodes::execute_geometry_nodes_on_geometry(), and blender::nodes::LazyFunctionForGroupNode::LazyFunctionForGroupNode().

◆ inputs

◆ outputs

struct blender::nodes::GeometryNodesGroupFunction::[struct].outputs blender::nodes::GeometryNodesGroupFunction::outputs

The documentation for this struct was generated from the following file: