Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
| Name | UInterchangeSpotLightNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeLightNode.h |
| Include Path | #include "InterchangeLightNode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeSpotLightNode : public UInterchangePointLightNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeBaseLightNode → UInterchangeLightNode → UInterchangePointLightNode → UInterchangeSpotLightNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustomInnerConeAngleKey | const UE::Interchange::FAttributeKey | InterchangeLightNode.h | ||
| Macro_CustomOuterConeAngleKey | const UE::Interchange::FAttributeKey | InterchangeLightNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomInnerConeAngle
(
float& AttributeValue |
InterchangeLightNode.h |
|
|
bool GetCustomOuterConeAngle
(
float& AttributeValue |
InterchangeLightNode.h |
|
|
bool SetCustomInnerConeAngle
(
float AttributeValue |
InterchangeLightNode.h |
|
|
bool SetCustomOuterConeAngle
(
float AttributeValue |
InterchangeLightNode.h |
|
Overridden from UInterchangeBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetTypeName() |
Return the node type name of the class. This is used when reporting errors. | InterchangeLightNode.h |