Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FGridScatterPointsDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionFracturingNodes.h |
| Include | #include "Dataflow/GeometryCollectionFracturingNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FGridScatterPointsDataflowNode : public FDataflowNode
Variables
| Type | Name | Description | ||
|---|---|---|---|---|
| FBox | BoundingBox | BoundingBox to generate points inside of | ||
| float | MaxRandomDisplacementX | Random displacement in X direction will be in the range (-MaxRandomDisplacementX, MaxRandomDisplacementX) | ||
| float | MaxRandomDisplacementY | Random displacement in Y direction will be in the range (-MaxRandomDisplacementY, MaxRandomDisplacementY) | ||
| float | MaxRandomDisplacementZ | Random displacement in Z direction will be in the range (-MaxRandomDisplacementZ, MaxRandomDisplacementZ) | ||
| DATAFLOW_NODE_DEFINE_INTERNAL(FGridScatterPointsDataflowNode, "GridScatterPoints", "Generators | Point... | NumberOfPointsInY | Number of points in X direction Number of points in Y direction | |
| int32 | NumberOfPointsInZ | Number of points in Z direction | ||
| TArray< FVector > | Points | Generated points | ||
| int32 | RandomSeed | Seed for random |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGridScatterPointsDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |