Blender V4.3
blender::nodes::geo_eval_log::FieldInfoLog Class Reference

#include <NOD_geometry_nodes_log.hh>

Inherits blender::nodes::geo_eval_log::ValueLog.

Public Member Functions

 FieldInfoLog (const GField &field)
 
- Public Member Functions inherited from blender::nodes::geo_eval_log::ValueLog
virtual ~ValueLog ()=default
 

Public Attributes

const CPPTypetype
 
Vector< std::string > input_tooltips
 

Detailed Description

Fields are not logged entirely, because they might contain arbitrarily large data (e.g. geometries that are sampled). Instead, only the data needed for UI features is logged.

Definition at line 117 of file NOD_geometry_nodes_log.hh.

Constructor & Destructor Documentation

◆ FieldInfoLog()

Member Data Documentation

◆ input_tooltips

Vector<std::string> blender::nodes::geo_eval_log::FieldInfoLog::input_tooltips

◆ type

const CPPType& blender::nodes::geo_eval_log::FieldInfoLog::type

Definition at line 119 of file NOD_geometry_nodes_log.hh.


The documentation for this class was generated from the following files: