Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FGeometryCollectionToCollectionDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionAssetNodes.h |
| Include | #include "Dataflow/GeometryCollectionAssetNodes.h" |
Syntax
USTRUCT (Meta=(DataflowContext="GeometryCollection", DataflowGeometryCollection, DataflowTerminal))
struct FGeometryCollectionToCollectionDataflowNode : public FDataflowNode
Remarks
Converts a UGeometryCollection asset to an FManagedArrayCollection
Variables
| Type | Name | Description | |
|---|---|---|---|
| FManagedArrayCollection | Collection | Geometry collection newly created | |
| TObjectPtr< UGeometryCollection > | GeometryCollection | Asset input | |
| TArray< FGeometryCollectionAutoInstanceMesh > | InstancedMeshes | Array of instanced meshes | |
| TArray< TObjectPtr< UMaterialInterface > > | MaterialInstances | Material instances array from the static mesh | |
| TArray< TObjectPtr< UMaterial > > | Materials | Materials array to use for this asset |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGeometryCollectionToCollectionDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FGeometryCollectionToCollectionDataflowNode, |
|||
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |