Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Description for this node
| Name | FAppendCollectionAssetsDataflowNode |
| 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 FAppendCollectionAssetsDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FAppendCollectionAssetsDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAppendCollectionAssetsDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionNodes.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DataType | FManagedArrayCollection | Dataflow/GeometryCollectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Collection1 | FManagedArrayCollection | Dataflow/GeometryCollectionNodes.h |
|
|
| Collection2 | FManagedArrayCollection | Dataflow/GeometryCollectionNodes.h |
|
|
| GeometryGroupGuidsOut1 | TArray< FString > | Dataflow/GeometryCollectionNodes.h |
|
|
| GeometryGroupGuidsOut2 | TArray< FString > | Dataflow/GeometryCollectionNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FAppendCollectionAssetsDataflowNode, |
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 |