Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FGetGeometryCollectionSourcesDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionAssetNodes.h |
| Include | #include "Dataflow/GeometryCollectionAssetNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FGetGeometryCollectionSourcesDataflowNode : public FDataflowNode
Remarks
Get the list of the original mesh information used to create a specific geometryc collection asset each entry contains a mesh, a transform and a list of override materials
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UGeometryCollection > | Asset | Asset to get geometry sources from | |
| TArray< FGeometryCollectionSource > | Sources | Array of geometry sources |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| DATAFLOW_NODE_DEFINE_INTERNAL(FGetGeometryCollectionSourcesDataflowNode, "GetGeometryCollectionSourc... | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |