Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeFactoryBaseNode
- UInterchangeTextureFactoryNode
- UInterchangeTexture2DFactoryNode
- UInterchangeTextureLightProfileFactoryNode
References
| Module | InterchangeFactoryNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeTextureLightProfileFactoryNode.h |
| Include | #include "InterchangeTextureLightProfileFactoryNode.h" |
Syntax
UCLASS&40;BlueprintType, Experimental&41;
class UInterchangeTextureLightProfileFactoryNode : public UInterchangeTexture2DFactoryNode
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCustomBrightness
(
float& AttributeValue |
||
| bool | GetCustomTextureMultiplier
(
float& AttributeValue |
||
| bool | SetCustomBrightness
(
const float AttributeValue, |
||
| bool | SetCustomTextureMultiplier
(
const float AttributeValue, |
Overridden from UInterchangeFactoryBaseNode
| Type | Name | Description | |
|---|---|---|---|
| void | CopyWithObject
(
const UInterchangeFactoryBaseNode* SourceNode, |
Copies all the attributes from SourceNode to this node. |