Navigation
API > API/Plugins > API/Plugins/DataflowNodes
Proxy descriptor that configures the transfer of a polygroup layer from a source mesh to a target mesh. Add one of these to FTransferMeshAttributesDataflowNode::AttributeProxies to include polygroups in the transfer.
| Name | FDataflowPolygroupProxy |
| Type | struct |
| Header File | /Engine/Plugins/Dataflow/Source/DataflowNodes/Public/Dataflow/Transfer/DataflowMeshAttributesTransferNodes.h |
| Include Path | #include "Dataflow/Transfer/DataflowMeshAttributesTransferNodes.h" |
Syntax
USTRUCT (Meta=(DisplayName="Polygroup"))
struct FDataflowPolygroupProxy : public FDataflowAttributeProxy
Inheritance Hierarchy
- FDataflowAttributeProxy → FDataflowPolygroupProxy
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Destination | FName | Name to assign the polygroup layer on the destination mesh. | Dataflow/Transfer/DataflowMeshAttributesTransferNodes.h |
|
| Source | FName | Name of the polygroup layer to read from the source mesh. | Dataflow/Transfer/DataflowMeshAttributesTransferNodes.h |
|
| SourceType | EProxySourceType | Determines whether all polygroup layers are transferred or only the one named by Source. | Dataflow/Transfer/DataflowMeshAttributesTransferNodes.h |
|