Navigation
API > API/Plugins > API/Plugins/DataflowNodes
Abstract base USTRUCT for all attribute proxy descriptors used by FTransferMeshAttributesDataflowNode. Subclass this to represent a specific attribute type (skin weights, morph targets, etc.) that should be transferred.
| Name | FDataflowAttributeProxy |
| Type | struct |
| Header File | /Engine/Plugins/Dataflow/Source/DataflowNodes/Public/Dataflow/Transfer/DataflowMeshAttributesTransferNodes.h |
| Include Path | #include "Dataflow/Transfer/DataflowMeshAttributesTransferNodes.h" |
Syntax
USTRUCT (Meta=(Abstract))
struct FDataflowAttributeProxy
Derived Classes
FDataflowAttributeProxy derived class hierarchy
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FDataflowAttributeProxy() |
Dataflow/Transfer/DataflowMeshAttributesTransferNodes.h |