Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Make a capsule mesh
| Name | FMakeCapsuleMeshDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMakeNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionMakeNodes.h" |
Syntax
USTRUCT ()
struct FMakeCapsuleMeshDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FMakeCapsuleMeshDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMakeCapsuleMeshDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionMakeNodes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Mesh | TObjectPtr< UDynamicMesh > | Output mesh | Dataflow/GeometryCollectionMakeNodes.h |
|
| NumCircleSteps | int32 | Number of vertices along each circle | Dataflow/GeometryCollectionMakeNodes.h |
|
| NumHemisphereArcSteps | int32 | Number of vertices along the 90-degree arc from the pole to edge of spherical cap. | Dataflow/GeometryCollectionMakeNodes.h |
|
| NumSegmentSteps | int32 | Number of subdivisions lengthwise along the cylindrical section | Dataflow/GeometryCollectionMakeNodes.h |
|
| Radius | float | Radius of capsule | Dataflow/GeometryCollectionMakeNodes.h |
|
| SegmentLength | float | Length of capsule line segment, so total height is SegmentLength + 2*Radius | Dataflow/GeometryCollectionMakeNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FMakeCapsuleMeshDataflowNode, |
Dataflow/GeometryCollectionMakeNodes.h | ||
FName
(
"FDynamicMesh3" |
Dataflow/GeometryCollectionMakeNodes.h |