Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Make a torus mesh
| Name | FMakeTorusMeshDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMakeNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionMakeNodes.h" |
Syntax
USTRUCT ()
struct FMakeTorusMeshDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FMakeTorusMeshDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMakeTorusMeshDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionMakeNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| Mesh | TObjectPtr< UDynamicMesh > | Output mesh | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| ProfileVertexCount | int32 | Number of vertices on the profile | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| Radius1 | DATAFLOW_NODE_DEFINE_INTERNAL(FMakeTorusMeshDataflowNode, "MakeTorusMesh", "Generators | Mesh", "") private float | Torus will be translated so that center is at this point Radius of the profile | Dataflow/GeometryCollectionMakeNodes.h |
|
| Radius2 | float | Radius of sweep curve | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| SweepVertexCount | int32 | Number of vertices on the sweep curve | Dataflow/GeometryCollectionMakeNodes.h |
|