Navigation
API > API/Plugins > API/Plugins/DataflowNodes
Proxy descriptor that configures the transfer of a triangle-label attribute from a source mesh to a target mesh. Add one of these to FTransferMeshAttributesDataflowNode::AttributeProxies to include triangle labels in the transfer.
| Name | FDataflowTriangleLabelsProxy |
| 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="Triangle Labels"))
struct FDataflowTriangleLabelsProxy : public FDataflowAttributeProxy
Inheritance Hierarchy
- FDataflowAttributeProxy → FDataflowTriangleLabelsProxy
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Destination | FName | Name to assign the triangle-label attribute on the destination mesh. | Dataflow/Transfer/DataflowMeshAttributesTransferNodes.h |
|
| Source | FName | Name of the triangle-label attribute to read from the source mesh. | Dataflow/Transfer/DataflowMeshAttributesTransferNodes.h |
|
| SourceType | EProxySourceType | Determines whether all triangle-label layers are transferred or only the one named by Source. | Dataflow/Transfer/DataflowMeshAttributesTransferNodes.h |
|