Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeBaseLightNode
- UInterchangeLightNode
- UInterchangeRectLightNode
References
| Module | InterchangeNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeLightNode.h |
| Include | #include "InterchangeLightNode.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UInterchangeRectLightNode : public UInterchangeLightNode
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCustomSourceHeight
(
float& AttributeValue |
||
| bool | GetCustomSourceWidth
(
float& AttributeValue |
||
| bool | SetCustomSourceHeight
(
float AttributeValue |
||
| bool | SetCustomSourceWidth
(
float AttributeValue |
Overridden from UInterchangeBaseNode
| Type | Name | Description | |
|---|---|---|---|
| FString | GetTypeName () |
Return the node type name of the class, we use this when reporting errors |