Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeBaseLightNode
- UInterchangeDirectionalLightNode
- UInterchangeLightNode
- UInterchangeDatasmithAreaLightNode
- UInterchangePointLightNode
- UInterchangeSpotLightNode
- UInterchangeRectLightNode
References
| Module | InterchangeNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeLightNode.h |
| Include | #include "InterchangeLightNode.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UInterchangeBaseLightNode : public UInterchangeBaseNode
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCustomIntensity
(
float& AttributeValue |
||
| bool | GetCustomLightColor
(
FLinearColor& AttributeValue |
||
| bool | GetCustomTemperature
(
float& AttributeValue |
||
| bool | GetCustomUseTemperature
(
bool& AttributeValue |
||
| bool | SetCustomIntensity
(
float AttributeValue |
||
| bool | SetCustomLightColor
(
const FLinearColor& AttributeValue |
||
| bool | SetCustomTemperature
(
float AttributeValue |
||
| bool | SetCustomUseTemperature
(
bool AttributeValue |
||
| FStringView |
Overridden from UInterchangeBaseNode
| Type | Name | Description | |
|---|---|---|---|
| FString | GetTypeName () |
Return the node type name of the class, we use this when reporting errors |