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