Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FBlueprintToCollectionDataflowNode
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 FBlueprintToCollectionDataflowNode : public FDataflowNode
Remarks
Create a geometry collection from an asset
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UBlueprint > | Blueprint | Asset input | |
| bool | bSplitComponents | Split components | |
| FManagedArrayCollection | Collection | Geometry collection newly created | |
| 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 | |
|---|---|---|---|
FBlueprintToCollectionDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FBlueprintToCollectionDataflowNode, |
|||
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |