 |
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 |