Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow > API/Plugins/GeometryCollectionNodes/Dataflow/Nodes
Inheritance Hierarchy
- FDataflowNode
- FGetGeometryCollectionSourcesDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/Nodes/GeometryCollectionAssetNodes.h |
| Include | #include "Dataflow/Nodes/GeometryCollectionAssetNodes.h" |
Syntax
USTRUCT&40;Meta&61;&40;DataflowGeometryCollection&41;&41;
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 |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGetGeometryCollectionSourcesDataflowNode
(
const Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| FName | |||
| FString | StaticTags () |
||
| FString | |||
| FName | StaticType () |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation | |
| FName | GetCategory () |
||
| FName | |||
| FString | GetTags () |
||
| FName | GetType () |
||
| bool | |||
| FStructOnScope * | |||
| void | SerializeInternal
(
FArchive& Ar |
Struct Support | |
| const UScriptStruct * |