Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
| Name | UInterchangeLightFactoryNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeLightFactoryNode.h |
| Include Path | #include "InterchangeLightFactoryNode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeLightFactoryNode : public UInterchangeBaseLightFactoryNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeFactoryBaseNode → UInterchangeActorFactoryNode → UInterchangeBaseLightFactoryNode → UInterchangeLightFactoryNode
Derived Classes
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustomAttenuationRadiusKey | const UE::Interchange::FAttributeKey | InterchangeLightFactoryNode.h | ||
| Macro_CustomIESBrightnessScaleKey | const UE::Interchange::FAttributeKey | InterchangeLightFactoryNode.h | ||
| Macro_CustomIESTextureKey | const UE::Interchange::FAttributeKey | InterchangeLightFactoryNode.h | ||
| Macro_CustomIntensityUnitsKey | const UE::Interchange::FAttributeKey | InterchangeLightFactoryNode.h | ||
| Macro_CustomRotationKey | const UE::Interchange::FAttributeKey | InterchangeLightFactoryNode.h | ||
| Macro_CustomUseIESBrightnessKey | const UE::Interchange::FAttributeKey | InterchangeLightFactoryNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomAttenuationRadius
(
float& AttributeValue |
InterchangeLightFactoryNode.h |
|
|
bool GetCustomIESBrightnessScale
(
float& AttributeValue |
InterchangeLightFactoryNode.h |
|
|
bool GetCustomIESTexture
(
FString& AttributeValue |
InterchangeLightFactoryNode.h |
|
|
bool GetCustomIntensityUnits
(
ELightUnits& AttributeValue |
InterchangeLightFactoryNode.h |
|
|
bool GetCustomRotation
(
FRotator& AttributeValue |
InterchangeLightFactoryNode.h |
|
|
bool GetCustomUseIESBrightness
(
bool& AttributeValue |
InterchangeLightFactoryNode.h |
|
|
bool SetCustomAttenuationRadius
(
float AttributeValue, |
InterchangeLightFactoryNode.h |
|
|
bool SetCustomIESBrightnessScale
(
const float& AttributeValue, |
InterchangeLightFactoryNode.h |
|
|
bool SetCustomIESTexture
(
const FString& AttributeValue |
InterchangeLightFactoryNode.h |
|
|
bool SetCustomIntensityUnits
(
ELightUnits AttributeValue, |
InterchangeLightFactoryNode.h |
|
|
bool SetCustomRotation
(
const FRotator& AttributeValue, |
InterchangeLightFactoryNode.h |
|
|
bool SetCustomUseIESBrightness
(
const bool& AttributeValue, |
InterchangeLightFactoryNode.h |
|
Overridden from UInterchangeFactoryBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CopyWithObject
(
const UInterchangeFactoryBaseNode* SourceNode, |
InterchangeLightFactoryNode.h | ||
virtual void OnRestoreAllCustomAttributeDelegates() |
InterchangeLightFactoryNode.h |