Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FMaterialsInfoDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMaterialNodes.h |
| Include | #include "Dataflow/GeometryCollectionMaterialNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FMaterialsInfoDataflowNode : public FDataflowNode
Remarks
Generates a formatted string of materials from the Materials array
Variables
| Type | Name | Description | ||
|---|---|---|---|---|
| DATAFLOW_NODE_DEFINE_INTERNAL(FMaterialsInfoDataflowNode, "MaterialsInfo", "GeometryCollection | Mater... | String | Materials array storing the materials Formatted string of the materials |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMaterialsInfoDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |