Blender V5.0
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 226 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 237 of file FN_lazy_function.hh.

References debug_name, and type.

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 231 of file FN_lazy_function.hh.

Referenced by Output().

◆ type

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

Data type of this output.

Definition at line 235 of file FN_lazy_function.hh.

Referenced by blender::nodes::execute_geometry_nodes_on_geometry(), and Output().


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