Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
| Name | UInterchangeRectLightFactoryNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeLightFactoryNode.h |
| Include Path | #include "InterchangeLightFactoryNode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeRectLightFactoryNode : public UInterchangeLightFactoryNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeFactoryBaseNode → UInterchangeActorFactoryNode → UInterchangeBaseLightFactoryNode → UInterchangeLightFactoryNode → UInterchangeRectLightFactoryNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustomSourceHeightKey | const UE::Interchange::FAttributeKey | InterchangeLightFactoryNode.h | ||
| Macro_CustomSourceWidthKey | const UE::Interchange::FAttributeKey | InterchangeLightFactoryNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomSourceHeight
(
float& AttributeValue |
InterchangeLightFactoryNode.h |
|
|
bool GetCustomSourceWidth
(
float& AttributeValue |
InterchangeLightFactoryNode.h |
|
|
bool SetCustomSourceHeight
(
float AttributeValue, |
InterchangeLightFactoryNode.h |
|
|
bool SetCustomSourceWidth
(
float AttributeValue, |
InterchangeLightFactoryNode.h |
|
Overridden from UInterchangeFactoryBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CopyWithObject
(
const UInterchangeFactoryBaseNode* SourceNode, |
InterchangeLightFactoryNode.h | ||
virtual void OnRestoreAllCustomAttributeDelegates() |
InterchangeLightFactoryNode.h |