Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FRandomVectorFieldDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionFieldNodes.h |
| Include | #include "Dataflow/GeometryCollectionFieldNodes.h" |
Syntax
USTRUCT ()
struct FRandomVectorFieldDataflowNode : public FDataflowNode
Remarks
RandomVector Field Dataflow node
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< int32 > | FieldRemap | ||
| TArray< FVector > | FieldVectorResult | ||
| float | Magnitude | ||
| int32 | NumSamplePositions | ||
| DATAFLOW_NODE_DEFINE_INTERNAL(FRandomVectorFieldDataflowNode, "RandomVectorField", "Fields", "") pub... | SampleIndices |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRandomVectorFieldDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |