Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
This factory node is where pipelines can set global data that can be used by factories.
| Name | UInterchangeCommonPipelineDataFactoryNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeCommonPipelineDataFactoryNode.h |
| Include Path | #include "InterchangeCommonPipelineDataFactoryNode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeCommonPipelineDataFactoryNode : public UInterchangeFactoryBaseNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeFactoryBaseNode → UInterchangeCommonPipelineDataFactoryNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UInterchangeCommonPipelineDataFactoryNode() |
InterchangeCommonPipelineDataFactoryNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustomBakeMeshesKey | const UE::Interchange::FAttributeKey | InterchangeCommonPipelineDataFactoryNode.h | ||
| Macro_CustomBakePivotMeshesKey | const UE::Interchange::FAttributeKey | InterchangeCommonPipelineDataFactoryNode.h | ||
| Macro_CustomGlobalOffsetTransformKey | const UE::Interchange::FAttributeKey | InterchangeCommonPipelineDataFactoryNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetBakeMeshes
(
bool& AttributeValue |
Return the value of the Bake Meshes setting set by the pipelines. | InterchangeCommonPipelineDataFactoryNode.h |
|
bool GetBakePivotMeshes
(
bool& AttributeValue |
Return the value of the Bake Meshes setting set by the pipelines. | InterchangeCommonPipelineDataFactoryNode.h |
|
bool GetCustomGlobalOffsetTransform
(
FTransform& AttributeValue |
Return the global offset transform set by the pipelines. | InterchangeCommonPipelineDataFactoryNode.h |
|
bool SetBakeMeshes
(
const bool& AttributeValue |
Pipelines can set this Bake Meshes setting. | InterchangeCommonPipelineDataFactoryNode.h |
|
bool SetBakePivotMeshes
(
const bool& AttributeValue |
Pipelines can set this Bake Meshes setting. | InterchangeCommonPipelineDataFactoryNode.h |
|
bool SetCustomGlobalOffsetTransform
(
const UInterchangeBaseNodeContainer* NodeContainer, |
Pipelines can set a global transform. Factories will use this global offset when importing assets. | InterchangeCommonPipelineDataFactoryNode.h |
|
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UInterchangeCommonPipelineDataFactoryNode * FindOrCreateUniqueInstance
(
UInterchangeBaseNodeContainer* NodeContainer |
Pipelines that want to modify the common data should ensure they create the unique common pipeline node. | InterchangeCommonPipelineDataFactoryNode.h | |
static UInterchangeCommonPipelineDataFactoryNode * GetUniqueInstance
(
const UInterchangeBaseNodeContainer* NodeContainer |
If the unique instance doesn't exist, this will return nullptr. | InterchangeCommonPipelineDataFactoryNode.h |