Blender V5.0
blender::nodes::FoundNestedNodeID Struct Reference

#include <NOD_nested_node_id.hh>

Public Attributes

int id
bool is_in_simulation = false
bool is_in_loop = false
bool is_in_closure = false

Detailed Description

Utility struct to store information about a nested node id. Also see bNestedNodeRef. Sometimes these IDs can only be used when they are at the top level and not within zones.

Definition at line 13 of file NOD_nested_node_id.hh.

Member Data Documentation

◆ id

int blender::nodes::FoundNestedNodeID::id

◆ is_in_closure

bool blender::nodes::FoundNestedNodeID::is_in_closure = false

◆ is_in_loop

bool blender::nodes::FoundNestedNodeID::is_in_loop = false

◆ is_in_simulation

bool blender::nodes::FoundNestedNodeID::is_in_simulation = false

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