Blender V4.3
blender::nodes::geo_eval_log::GeometryAttributeInfo Struct Reference

#include <NOD_geometry_nodes_log.hh>

Public Attributes

std::string name
 
std::optional< bke::AttrDomaindomain
 
std::optional< eCustomDataTypedata_type
 

Detailed Description

Definition at line 125 of file NOD_geometry_nodes_log.hh.

Member Data Documentation

◆ data_type

std::optional<eCustomDataType> blender::nodes::geo_eval_log::GeometryAttributeInfo::data_type

◆ domain

std::optional<bke::AttrDomain> blender::nodes::geo_eval_log::GeometryAttributeInfo::domain

Can be empty when name does not actually exist on a geometry yet.

Definition at line 128 of file NOD_geometry_nodes_log.hh.

Referenced by blender::ui::attribute_search_item_add().

◆ name

std::string blender::nodes::geo_eval_log::GeometryAttributeInfo::name

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