Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeFactoryBaseNode
- UInterchangeActorFactoryNode
- UInterchangeBaseLightFactoryNode
- UInterchangeLightFactoryNode
- UInterchangePointLightFactoryNode
- UInterchangeSpotLightFactoryNode
References
| Module | InterchangeFactoryNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeLightFactoryNode.h |
| Include | #include "InterchangeLightFactoryNode.h" |
Syntax
UCLASS (BlueprintType)
class UInterchangePointLightFactoryNode : public UInterchangeLightFactoryNode
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCustomLightFalloffExponent
(
float& AttributeValue |
||
| bool | GetCustomUseInverseSquaredFalloff
(
bool& AttributeValue |
||
| bool | SetCustomLightFalloffExponent
(
float AttributeValue, |
||
| bool | SetCustomUseInverseSquaredFalloff
(
bool AttributeValue, |
Overridden from UInterchangeFactoryBaseNode
| Type | Name | Description | |
|---|---|---|---|
| void | CopyWithObject
(
const UInterchangeFactoryBaseNode* SourceNode, |
Copies all the attributes from SourceNode to this node. |