Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
| Name | FUniformScatterPointsDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionFracturingNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionFracturingNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection, Deprecated="5.5"))
struct FUniformScatterPointsDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FUniformScatterPointsDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUniformScatterPointsDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionFracturingNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| BoundingBox | FBox | Dataflow/GeometryCollectionFracturingNodes.h |
|
||
| MaxNumberOfPoints | DATAFLOW_NODE_DEFINE_INTERNAL(FUniformScatterPointsDataflowNode, "UniformScatterPoints", "Generators | Point", "") public int32 | Dataflow/GeometryCollectionFracturingNodes.h |
|
|
| Points | TArray< FVector > | Dataflow/GeometryCollectionFracturingNodes.h |
|
||
| RandomSeed | float | Dataflow/GeometryCollectionFracturingNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionFracturingNodes.h |