Navigation
API > API/Plugins > API/Plugins/DataflowNodes > API/Plugins/DataflowNodes/FSkinWeightsProxy
Description
Looks up or creates the named skin-weight attribute on InDstMesh. If the attribute already exists it is reused; otherwise a new one is allocated and attached.
| Name | GetOrCreateDestAttribute |
| Type | function |
| Header File | /Engine/Plugins/Dataflow/Source/DataflowNodes/Public/Dataflow/Transfer/TransferAttributes.h |
| Include Path | #include "Dataflow/Transfer/TransferAttributes.h" |
bool GetOrCreateDestAttribute
(
FDynamicMesh3 & InDstMesh
)
true on success, false if the attribute could not be created.
Parameters
| Name | Remarks |
|---|---|
| InDstMesh | Destination mesh to query/modify. |