Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
| Name | UInterchangeDirectionalLightFactoryNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeLightFactoryNode.h |
| Include Path | #include "InterchangeLightFactoryNode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeDirectionalLightFactoryNode : public UInterchangeBaseLightFactoryNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeFactoryBaseNode → UInterchangeActorFactoryNode → UInterchangeBaseLightFactoryNode → UInterchangeDirectionalLightFactoryNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustomLightSourceAngleKey | const UE::Interchange::FAttributeKey | InterchangeLightFactoryNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomLightSourceAngle
(
float& AttributeValue |
InterchangeLightFactoryNode.h |
|
|
bool SetCustomLightSourceAngle
(
float AttributeValue, |
InterchangeLightFactoryNode.h |
|
Public Virtual
Overridden from UInterchangeFactoryBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CopyWithObject
(
const UInterchangeFactoryBaseNode* SourceNode, |
InterchangeLightFactoryNode.h | ||
virtual void OnRestoreAllCustomAttributeDelegates() |
InterchangeLightFactoryNode.h |