Blender V4.3
bNestedNodeRef Struct Reference

#include <DNA_node_types.h>

Public Attributes

int32_t id
 
char _pad [4]
 
bNestedNodePath path
 

Detailed Description

Definition at line 660 of file DNA_node_types.h.

Member Data Documentation

◆ _pad

char bNestedNodeRef::_pad[4]

Definition at line 664 of file DNA_node_types.h.

◆ id

int32_t bNestedNodeRef::id

Identifies a potentially nested node. This ID remains stable even if the node is moved into and out of node groups.

Definition at line 663 of file DNA_node_types.h.

Referenced by blender::nodes::find_nested_node_id(), and blender::ed::space_node::update_nested_node_refs_after_moving_nodes_into_group().

◆ path


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