Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Make a disc mesh
| Name | FMakeDiscMeshDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMakeNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionMakeNodes.h" |
Syntax
USTRUCT ()
struct FMakeDiscMeshDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FMakeDiscMeshDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMakeDiscMeshDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionMakeNodes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AngleSamples | int32 | Number of vertices around circumference | Dataflow/GeometryCollectionMakeNodes.h |
|
| EndAngle | float | End of angle range spanned by disc, in degrees | Dataflow/GeometryCollectionMakeNodes.h |
|
| Mesh | TObjectPtr< UDynamicMesh > | Output mesh | Dataflow/GeometryCollectionMakeNodes.h |
|
| Normal | FVector | Normal vector of all vertices will be set to this value. Default is +Z axis. | Dataflow/GeometryCollectionMakeNodes.h |
|
| RadialSamples | int32 | Number of vertices along radial spokes | Dataflow/GeometryCollectionMakeNodes.h |
|
| Radius | float | Radius | Dataflow/GeometryCollectionMakeNodes.h |
|
| StartAngle | float | Start of angle range spanned by disc, in degrees | Dataflow/GeometryCollectionMakeNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FMakeDiscMeshDataflowNode, |
Dataflow/GeometryCollectionMakeNodes.h | ||
FName
(
"FDynamicMesh3" |
Dataflow/GeometryCollectionMakeNodes.h |