Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FAddMaterialToCollectionDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMaterialNodes.h |
| Include | #include "Dataflow/GeometryCollectionMaterialNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FAddMaterialToCollectionDataflowNode : public FDataflowNode
Remarks
Adds Outside/Inside Materials to Outside/Inside faces
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAssignInsideMaterial | If true, the inside material will be assigned to the inside faces from the face selection | |
| bool | bAssignOutsideMaterial | If true, the outside material will be assigned to the outside faces from the face selection | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FAddMaterialToCollectionDataflowNode, "AddMaterialToCollection", "Geom... | FaceSelection | Collection to add material(s) to Face selection, the material(s) will be added to the selected faces | |
| TObjectPtr< UMaterial > | InsideMaterial | Inside material to assign to the inside faces from the face selection | |
| TArray< TObjectPtr< UMaterial > > | Materials | Materials array storing the materials | |
| TObjectPtr< UMaterial > | OutsideMaterial | Outside material to assign to the outside faces from the face selection |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAddMaterialToCollectionDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |