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