Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FRadialIntMaskFieldDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionFieldNodes.h |
| Include | #include "Dataflow/GeometryCollectionFieldNodes.h" |
Syntax
USTRUCT ()
struct FRadialIntMaskFieldDataflowNode : public FDataflowNode
Remarks
RadialIntMask Field Dataflow node
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ExteriorValue | ||
| TArray< int32 > | FieldIntResult | ||
| TArray< int32 > | FieldRemap | ||
| int32 | InteriorValue | ||
| int32 | NumSamplePositions | ||
| DATAFLOW_NODE_DEFINE_INTERNAL(FRadialIntMaskFieldDataflowNode, "RadialIntMaskField", "Fields", "") p... | SampleIndices | ||
| EDataflowSetMaskConditionType | SetMaskConditionType | ||
| FSphere | Sphere | ||
| FVector | Translation |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRadialIntMaskFieldDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |