Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeBaseLightNode
- UInterchangeLightNode
- UInterchangeDatasmithAreaLightNode
- UInterchangePointLightNode
- UInterchangeSpotLightNode
- UInterchangeRectLightNode
References
| Module | InterchangeNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeLightNode.h |
| Include | #include "InterchangeLightNode.h" |
Syntax
UCLASS (BlueprintType)
class UInterchangeLightNode : public UInterchangeBaseLightNode
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCustomAttenuationRadius
(
float& AttributeValue |
||
| bool | GetCustomIESBrightnessScale
(
float& AttributeValue |
||
| bool | GetCustomIESTexture
(
FString& AttributeValue |
||
| bool | GetCustomIntensityUnits
(
EInterchangeLightUnits& AttributeValue |
||
| bool | GetCustomRotation
(
FRotator& AttributeValue |
||
| bool | GetCustomUseIESBrightness
(
bool& AttributeValue |
||
| bool | SetCustomAttenuationRadius
(
float AttributeValue |
||
| bool | SetCustomIESBrightnessScale
(
const float& AttributeValue, |
||
| bool | SetCustomIESTexture
(
const FString& AttributeValue |
||
| bool | SetCustomIntensityUnits
(
const EInterchangeLightUnits& AttributeValue |
||
| bool | SetCustomRotation
(
const FRotator& AttributeValue, |
||
| bool | SetCustomUseIESBrightness
(
const bool& AttributeValue, |
Overridden from UInterchangeBaseNode
| Type | Name | Description | |
|---|---|---|---|
| FString | GetTypeName () |
Return the node type name of the class. This is used when reporting errors. |