FVisualizeTetrahedronsDataflowNode

Example to deprecate a Dataflow node USTRUCT(meta = (Deprecated = "5.1")) struct [FLogStringDataflowNode](API\Plugins\GeometryCollectionNodes\FLogStringDataflowNode) : public [FDataflowNode](API\Runtime\DataflowCore\FDataflowNode) Example to version up a Dataflow node, the type name needs to be versioned up Important: don't change the display name! USTRUCT() struct FLogStringDataflowNode_v3 : public [FDataflowNode](API\Runtime\DataflowCore\FDataflowNode) Example of experimental Dataflow node USTRUCT(meta = (Experimental)) struct FLogStringDataflowNode_v2 : public [FDataflowNode](API\Runtime\DataflowCore\FDataflowNode) Visualize tetrahedrons in a collection