Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeFactoryBaseNode
- UInterchangeActorFactoryNode
- UInterchangeBaseLightFactoryNode
- UInterchangeLightFactoryNode
- UInterchangePointLightFactoryNode
- UInterchangeSpotLightFactoryNode
- UInterchangeRectLightFactoryNode
References
| Module | InterchangeFactoryNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeLightFactoryNode.h |
| Include | #include "InterchangeLightFactoryNode.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UInterchangeLightFactoryNode : public UInterchangeBaseLightFactoryNode
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCustomAttenuationRadius
(
float& AttributeValue |
||
| bool | GetCustomIESTexture
(
FString& AttributeValue |
||
| bool | GetCustomIntensityUnits
(
ELightUnits& AttributeValue |
||
| bool | SetCustomAttenuationRadius
(
float AttributeValue, |
||
| bool | SetCustomIESTexture
(
const FString& AttributeValue |
||
| bool | SetCustomIntensityUnits
(
ELightUnits AttributeValue, |
Overridden from UInterchangeFactoryBaseNode
| Type | Name | Description | |
|---|---|---|---|
| void | CopyWithObject
(
const UInterchangeFactoryBaseNode* SourceNode, |
Copies all the attributes from SourceNode to this node. |