Blender V4.3
blender::nodes::sim_input::OutputMove Struct Reference

#include <NOD_geometry_nodes_lazy_function.hh>

Public Attributes

float delta_time
 
bke::bake::BakeState state
 

Detailed Description

Same as #OutputCopy, but the values can be output by move, instead of copy. This can reduce the amount of unnecessary copies, when the old simulation state is not needed anymore.

Definition at line 68 of file NOD_geometry_nodes_lazy_function.hh.

Member Data Documentation

◆ delta_time

float blender::nodes::sim_input::OutputMove::delta_time

◆ state

bke::bake::BakeState blender::nodes::sim_input::OutputMove::state

Definition at line 70 of file NOD_geometry_nodes_lazy_function.hh.


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