Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Adds Outside/Inside Materials to Outside/Inside faces Deprecated (5.6) - Use AssignMaterialToCollection node instead
| Name | FAddMaterialToCollectionDataflowNode |
| 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 FAddMaterialToCollectionDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FAddMaterialToCollectionDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAddMaterialToCollectionDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionMaterialNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| bAssignInsideMaterial | bool | If true, the inside material will be assigned to the inside faces from the face selection | Dataflow/GeometryCollectionMaterialNodes.h |
|
|
| bAssignOutsideMaterial | bool | If true, the outside material will be assigned to the outside faces from the face selection | Dataflow/GeometryCollectionMaterialNodes.h |
|
|
| FaceSelection | DATAFLOW_NODE_DEFINE_INTERNAL(FAddMaterialToCollectionDataflowNode, "AddMaterialToCollection", "GeometryCollection | Materials", "") public FDataflowFaceSelection | Collection to add material(s) to Face selection, the material(s) will be added to the selected faces | Dataflow/GeometryCollectionMaterialNodes.h |
|
| InsideMaterial | TObjectPtr< UMaterial > | Inside material to assign to the inside faces from the face selection | Dataflow/GeometryCollectionMaterialNodes.h |
|
|
| Materials | TArray< TObjectPtr< UMaterial > > | Materials array storing the materials | Dataflow/GeometryCollectionMaterialNodes.h |
|
|
| OutsideMaterial | TObjectPtr< UMaterial > | Outside material to assign to the outside faces from the face selection | Dataflow/GeometryCollectionMaterialNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionMaterialNodes.h |