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