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