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