Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeFactoryBaseNode
- UInterchangeActorFactoryNode
- UInterchangeBaseLightFactoryNode
- UInterchangeLightFactoryNode
- UInterchangePointLightFactoryNode
- UInterchangeSpotLightFactoryNode
References
| Module | InterchangeFactoryNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeLightFactoryNode.h |
| Include | #include "InterchangeLightFactoryNode.h" |
Syntax
UCLASS (BlueprintType)
class UInterchangeSpotLightFactoryNode : public UInterchangePointLightFactoryNode
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCustomInnerConeAngle
(
float& AttributeValue |
||
| bool | GetCustomOuterConeAngle
(
float& AttributeValue |
||
| bool | SetCustomInnerConeAngle
(
float AttributeValue, |
||
| bool | SetCustomOuterConeAngle
(
float AttributeValue, |
Overridden from UInterchangeFactoryBaseNode
| Type | Name | Description | |
|---|---|---|---|
| void | CopyWithObject
(
const UInterchangeFactoryBaseNode* SourceNode, |
Copies all the attributes from SourceNode to this node. |