Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
| Name | UInterchangeTextureLightProfileFactoryNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeTextureLightProfileFactoryNode.h |
| Include Path | #include "InterchangeTextureLightProfileFactoryNode.h" |
Syntax
UCLASS (BlueprintType, MinimalAPI)
class UInterchangeTextureLightProfileFactoryNode : public UInterchangeTexture2DFactoryNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeFactoryBaseNode → UInterchangeTextureFactoryNode → UInterchangeTexture2DFactoryNode → UInterchangeTextureLightProfileFactoryNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UInterchangeTextureLightProfileFactoryNode() |
InterchangeTextureLightProfileFactoryNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AttributeHelperIESSourceFileContentChunks | UE::Interchange::TArrayAttributeHelper< FString > | Note: Base64 encoded chunks of 2^16 sized strings. | InterchangeTextureLightProfileFactoryNode.h | |
| Macro_CustomBrightnessKey | const UE::Interchange::FAttributeKey | Addressing. | InterchangeTextureLightProfileFactoryNode.h | |
| Macro_CustomTextureMultiplierKey | const UE::Interchange::FAttributeKey | InterchangeTextureLightProfileFactoryNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomBrightness
(
float& AttributeValue |
InterchangeTextureLightProfileFactoryNode.h |
|
|
bool GetCustomTextureMultiplier
(
float& AttributeValue |
InterchangeTextureLightProfileFactoryNode.h |
|
|
void GetIESSourceFileContents
(
TArray64< uint8 >& IESSourceFileContent |
InterchangeTextureLightProfileFactoryNode.h | ||
bool SetCustomBrightness
(
const float AttributeValue, |
InterchangeTextureLightProfileFactoryNode.h |
|
|
bool SetCustomTextureMultiplier
(
const float AttributeValue, |
InterchangeTextureLightProfileFactoryNode.h |
|
|
void StoreIESSourceFileContents
(
const TArray64< uint8 >& IESSourceFileContents |
InterchangeTextureLightProfileFactoryNode.h |
Overridden from UInterchangeFactoryBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CopyWithObject
(
const UInterchangeFactoryBaseNode* SourceNode, |
InterchangeTextureLightProfileFactoryNode.h |