Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Get attribute data from a Collection
| Name | FGetCollectionAttributeDataTypedDataflowNode_v2 |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FGetCollectionAttributeDataTypedDataflowNode_v2 : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FGetCollectionAttributeDataTypedDataflowNode_v2
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGetCollectionAttributeDataTypedDataflowNode_v2
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionNodes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AttributeKey | FCollectionAttributeKey | Input to drive the Attribute and Group name | Dataflow/GeometryCollectionNodes.h |
|
| AttrName | FString | Attribute name | Dataflow/GeometryCollectionNodes.h |
|
| BoolAttributeData | TArray< bool > | Bool type attribute data | Dataflow/GeometryCollectionNodes.h |
|
| Collection | FManagedArrayCollection | Collection for the custom attribute | Dataflow/GeometryCollectionNodes.h |
|
| CustomGroupName | FString | User specified group name | Dataflow/GeometryCollectionNodes.h |
|
| GroupName | EStandardGroupNameEnum | Standard group names | Dataflow/GeometryCollectionNodes.h |
|
| NumericArray | FDataflowNumericArrayTypes | Numeric Array types | Dataflow/GeometryCollectionNodes.h |
|
| StringArray | FDataflowStringArrayTypes | String Array types | Dataflow/GeometryCollectionNodes.h |
|
| VectorArray | FDataflowVectorArrayTypes | Vector Array types | Dataflow/GeometryCollectionNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FGetCollectionAttributeDataTypedDataflowNode_v2, |
Dataflow/GeometryCollectionNodes.h | ||
FGeometryCollection::StaticType() |
Dataflow/GeometryCollectionNodes.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionNodes.h |