Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
| Name | UInterchangeRectLightNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeLightNode.h |
| Include Path | #include "InterchangeLightNode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeRectLightNode : public UInterchangeLightNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeBaseLightNode → UInterchangeLightNode → UInterchangeRectLightNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustomSourceHeightKey | const UE::Interchange::FAttributeKey | InterchangeLightNode.h | ||
| Macro_CustomSourceWidthKey | const UE::Interchange::FAttributeKey | InterchangeLightNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomSourceHeight
(
float& AttributeValue |
InterchangeLightNode.h |
|
|
bool GetCustomSourceWidth
(
float& AttributeValue |
InterchangeLightNode.h |
|
|
bool SetCustomSourceHeight
(
float AttributeValue |
InterchangeLightNode.h |
|
|
bool SetCustomSourceWidth
(
float AttributeValue |
InterchangeLightNode.h |
|
Overridden from UInterchangeBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetTypeName() |
Return the node type name of the class. This is used when reporting errors. | InterchangeLightNode.h |