Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FRadialScatterPointsDataflowNode_v2
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionFracturingNodes.h |
| Include | #include "Dataflow/GeometryCollectionFracturingNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FRadialScatterPointsDataflowNode_v2 : public FDataflowNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AngleOffset | Angle offset at each radial step (in degrees) | |
| float | AngularNoise | Amount of global variation to apply to each angular step (in degrees) | |
| int32 | AngularSteps | Number of angular steps | |
| float | AngularVariability | Amount to randomly displace each Voronoi site in angle (in degrees) | |
| float | AxialVariability | Amount to randomly displace each Voronoi site in the direction of the rotation axis (in cm) | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FRadialScatterPointsDataflowNode_v2, "RadialScatterPoints", "Generator... | Center | BoundingBox to generate points inside of Center of generated pattern | |
| FVector | Normal | Normal to plane in which sites are generated | |
| TArray< FVector > | Points | Generated points | |
| float | RadialMinStep | Minimum radial separation between any two voronoi points (in cm) | |
| float | RadialNoise | Amount of global variation to apply to each radial step (in cm) | |
| float | RadialStepExponent | Radial steps will follow a distribution based on this exponent, i.e., Pow(distance from center, RadialStepExponent) | |
| int32 | RadialSteps | Number of radial steps | |
| float | RadialVariability | Amount to randomly displace each Voronoi site radially (in cm) | |
| float | Radius | Pattern radius (in cm) | |
| int32 | RandomSeed | Seed for random |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRadialScatterPointsDataflowNode_v2
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |