Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
| Name | UInterchangePointLightFactoryNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeLightFactoryNode.h |
| Include Path | #include "InterchangeLightFactoryNode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangePointLightFactoryNode : public UInterchangeLightFactoryNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeFactoryBaseNode → UInterchangeActorFactoryNode → UInterchangeBaseLightFactoryNode → UInterchangeLightFactoryNode → UInterchangePointLightFactoryNode
Derived Classes
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustombUseInverseSquaredFalloffKey | const UE::Interchange::FAttributeKey | InterchangeLightFactoryNode.h | ||
| Macro_CustomLightFalloffExponentKey | const UE::Interchange::FAttributeKey | InterchangeLightFactoryNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomLightFalloffExponent
(
float& AttributeValue |
InterchangeLightFactoryNode.h |
|
|
bool GetCustomUseInverseSquaredFalloff
(
bool& AttributeValue |
InterchangeLightFactoryNode.h |
|
|
bool SetCustomLightFalloffExponent
(
float AttributeValue, |
InterchangeLightFactoryNode.h |
|
|
bool SetCustomUseInverseSquaredFalloff
(
bool AttributeValue, |
InterchangeLightFactoryNode.h |
|
Overridden from UInterchangeFactoryBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CopyWithObject
(
const UInterchangeFactoryBaseNode* SourceNode, |
InterchangeLightFactoryNode.h |