Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes > API/Plugins/InterchangeFactoryNodes/UInterchangeMeshFactoryNode
- UInterchangeFactoryBaseNode::CopyWithObject()
- UInterchangeMeshFactoryNode::CopyWithObject()
- UInterchangeSkeletalMeshFactoryNode::CopyWithObject()
References
| Module | InterchangeFactoryNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeMeshFactoryNode.h |
| Include | #include "InterchangeMeshFactoryNode.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Private/InterchangeMeshFactoryNode.cpp |
virtual void CopyWithObject
&40;
const UInterchangeFactoryBaseNode &42; SourceNode,
UObject &42; Object
&41;
Remarks
Copies all the attributes from SourceNode to this node.
Parameters
| Name | Description |
|---|---|
| SourceNode | The source factory node to copy from. |
| Object | The object to build delegates on custom attributes from, if applicable. |