Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes > API/Plugins/InterchangeFactoryNodes/UInterchangeRectLightFactoryNode
- UInterchangeFactoryBaseNode::CopyWithObject()
- UInterchangeActorFactoryNode::CopyWithObject()
- UInterchangeBaseLightFactoryNode::CopyWithObject()
- UInterchangeLightFactoryNode::CopyWithObject()
- UInterchangeRectLightFactoryNode::CopyWithObject()
References
| Module | InterchangeFactoryNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeLightFactoryNode.h |
| Include | #include "InterchangeLightFactoryNode.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Private/InterchangeLightFactoryNode.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. |