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