Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeFactoryBaseNode
- UInterchangeActorFactoryNode
- UInterchangeBaseLightFactoryNode
- UInterchangeLightFactoryNode
- UInterchangeRectLightFactoryNode
References
| Module | InterchangeFactoryNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeLightFactoryNode.h |
| Include | #include "InterchangeLightFactoryNode.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UInterchangeRectLightFactoryNode : public UInterchangeLightFactoryNode
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCustomSourceHeight
(
float& AttributeValue |
||
| bool | GetCustomSourceWidth
(
float& AttributeValue |
||
| bool | SetCustomSourceHeight
(
float AttributeValue, |
||
| bool | SetCustomSourceWidth
(
float AttributeValue, |
Overridden from UInterchangeFactoryBaseNode
| Type | Name | Description | |
|---|---|---|---|
| void | CopyWithObject
(
const UInterchangeFactoryBaseNode* SourceNode, |
Copies all the attributes from SourceNode to this node. |