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