Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
| Name | FSumScalarFieldDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionFieldNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionFieldNodes.h" |
Syntax
USTRUCT ()
struct FSumScalarFieldDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FSumScalarFieldDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSumScalarFieldDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionFieldNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSwapInputs | bool | Dataflow/GeometryCollectionFieldNodes.h |
|
|
| FieldFloatResult | TArray< float > | Dataflow/GeometryCollectionFieldNodes.h |
|
|
| FieldFloatRight | TArray< float > | Dataflow/GeometryCollectionFieldNodes.h |
|
|
| FieldRemap | TArray< int32 > | Dataflow/GeometryCollectionFieldNodes.h |
|
|
| FieldRemapLeft | DATAFLOW_NODE_DEFINE_INTERNAL(FSumScalarFieldDataflowNode, "SumScalarField", "Fields", "") public TArray< int32 > | Dataflow/GeometryCollectionFieldNodes.h |
|
|
| FieldRemapRight | TArray< int32 > | Dataflow/GeometryCollectionFieldNodes.h |
|
|
| Magnitude | float | Dataflow/GeometryCollectionFieldNodes.h |
|
|
| Operation | EDataflowFloatFieldOperationType | Dataflow/GeometryCollectionFieldNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionFieldNodes.h |