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