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