Blender V4.3
blender::fn::lazy_function::Output Struct Reference

#include <FN_lazy_function.hh>

Public Member Functions

 Output (const char *debug_name, const CPPType &type)
 

Public Attributes

const char * debug_name
 
const CPPTypetype = nullptr
 

Detailed Description

Definition at line 254 of file FN_lazy_function.hh.

Constructor & Destructor Documentation

◆ Output()

blender::fn::lazy_function::Output::Output ( const char * debug_name,
const CPPType & type )
inline

Definition at line 265 of file FN_lazy_function.hh.

Member Data Documentation

◆ debug_name

const char* blender::fn::lazy_function::Output::debug_name

Name used for debugging purposes. The string has to be static or has to be owned by something else.

Definition at line 259 of file FN_lazy_function.hh.

◆ type

const CPPType* blender::fn::lazy_function::Output::type = nullptr

Data type of this output.

Definition at line 263 of file FN_lazy_function.hh.

Referenced by blender::nodes::execute_geometry_nodes_on_geometry().


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