Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Returns number of elements in a group in a Collection
| Name | FGetNumElementsInCollectionGroupDataflowNode |
| 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 FGetNumElementsInCollectionGroupDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FGetNumElementsInCollectionGroupDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGetNumElementsInCollectionGroupDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| CustomGroupName | FString | User specified group name | Dataflow/GeometryCollectionNodes.h |
|
|
| GroupName | DATAFLOW_NODE_DEFINE_INTERNAL(FGetNumElementsInCollectionGroupDataflowNode, "GetNumElementsInCollectionGroup", "GeometryCollection | Utilities", "") public EStandardGroupNameEnum | Collection for the custom attribute Standard group names | Dataflow/GeometryCollectionNodes.h |
|
| NumElements | int32 | Number of elements for the attribute | Dataflow/GeometryCollectionNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionNodes.h |