Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
| Name | UInterchangePointLightNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeLightNode.h |
| Include Path | #include "InterchangeLightNode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangePointLightNode : public UInterchangeLightNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeBaseLightNode → UInterchangeLightNode → UInterchangePointLightNode
Derived Classes
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustomLightFalloffExponentKey | const UE::Interchange::FAttributeKey | InterchangeLightNode.h | ||
| Macro_CustomUseInverseSquaredFalloffKey | const UE::Interchange::FAttributeKey | InterchangeLightNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomLightFalloffExponent
(
float& AttributeValue |
InterchangeLightNode.h |
|
|
bool GetCustomUseInverseSquaredFalloff
(
bool& AttributeValue |
InterchangeLightNode.h |
|
|
bool SetCustomLightFalloffExponent
(
float AttributeValue |
InterchangeLightNode.h |
|
|
bool SetCustomUseInverseSquaredFalloff
(
bool 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 |