Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/Nodes > API/Runtime/InterchangeCore/Nodes/UInterchangeFactoryBaseNode
References
| Module | InterchangeCore |
| Header | /Engine/Source/Runtime/Interchange/Core/Public/Nodes/InterchangeFactoryBaseNode.h |
| Include | #include "Nodes/InterchangeFactoryBaseNode.h" |
virtual void CopyWithObject
(
const UInterchangeFactoryBaseNode * SourceNode,
UObject * Object
)
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. |