Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
| Name | UInterchangeSpecularProfileFactoryNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeSpecularProfileFactoryNode.h |
| Include Path | #include "InterchangeSpecularProfileFactoryNode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeSpecularProfileFactoryNode : public UInterchangeFactoryBaseNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeFactoryBaseNode → UInterchangeSpecularProfileFactoryNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustomFormatKey | const UE::Interchange::FAttributeKey | InterchangeSpecularProfileFactoryNode.h | ||
| Macro_CustomTextureKey | const UE::Interchange::FAttributeKey | InterchangeSpecularProfileFactoryNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomFormat
(
ESpecularProfileFormat& Format |
InterchangeSpecularProfileFactoryNode.h |
|
|
bool GetCustomTexture
(
FString& TextureUid |
InterchangeSpecularProfileFactoryNode.h |
|
|
bool SetCustomFormat
(
ESpecularProfileFormat Format |
InterchangeSpecularProfileFactoryNode.h |
|
|
bool SetCustomTexture
(
const FString& TextureUid |
InterchangeSpecularProfileFactoryNode.h |
|
Overridden from UInterchangeFactoryBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UClass * GetObjectClass() |
InterchangeSpecularProfileFactoryNode.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. | InterchangeSpecularProfileFactoryNode.h |