Navigation
API > API/Plugins > API/Plugins/DataflowNodes
Controls whether an attribute proxy operates on all layers of a given type or only a specific named layer.
| Name | EProxySourceType |
| Type | enum |
| Header File | /Engine/Plugins/Dataflow/Source/DataflowNodes/Public/Dataflow/Transfer/DataflowMeshAttributesTransferNodes.h |
| Include Path | #include "Dataflow/Transfer/DataflowMeshAttributesTransferNodes.h" |
Syntax
enum EProxySourceType
{
All,
Specific,
}
Values
| Name | Remarks |
|---|---|
| All | Transfer every instance (layer) of this attribute type found on the source mesh. |
| Specific | Transfer only the single named attribute specified by Source, writing the result under the name Destination. |