Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FSphereCoveringToMeshDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionDebugNodes.h |
| Include | #include "Dataflow/GeometryCollectionDebugNodes.h" |
Syntax
USTRUCT&40;Meta&61;&40;DataflowGeometryCollection&41;&41;
struct FSphereCoveringToMeshDataflowNode : public FDataflowNode
Remarks
Convert a sphere covering, as generated by the 'protect negative space' option on the "Generate Cluster Convex Hull" nodes, to a dynamic mesh.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UDynamicMesh > | Mesh | ||
| FDataflowSphereCovering | SphereCovering | The sphere covering to convert to a mesh. | |
| int32 | VerticesAlongEachSide | Number of vertices to use along each axis when creating a mesh for each sphere. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSphereCoveringToMeshDataflowNode
(
const Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| FName | |||
| FString | StaticTags () |
||
| FString | |||
| FName | StaticType () |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation | |
| FName | GetCategory () |
||
| FName | |||
| FString | GetTags () |
||
| FName | GetType () |
||
| bool | |||
| FStructOnScope * | |||
| void | SerializeInternal
(
FArchive& Ar |
Struct Support | |
| const UScriptStruct * |