Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UCustomizableObjectNode
- UCustomizableObjectNodeMaterialBase
- UCustomizableObjectNodeExtendMaterial
- UCustomizableObjectNodeMaterial
- UCustomizableObjectNodeCopyMaterial
- UCustomizableObjectNodeMaterialVariation
- UCustomizableObjectNodeModifierBase
- UCustomizableObjectNodeMeshClipDeform
- UCustomizableObjectNodeMeshClipMorph
- UCustomizableObjectNodeMeshClipWithMesh
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeMaterialBase.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeMaterialBase.h" |
Syntax
UCLASS&40;Abstract&41;
class UCustomizableObjectNodeMaterialBase : public UCustomizableObjectNode
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< class UCustomizableObjectLayout * > | GetLayouts () |
||
| UEdGraphPin * | OutputPin () |
This method should be overidden in all derived classes. |
Overridden from UCustomizableObjectNode
| Type | Name | Description | |
|---|---|---|---|
| bool | ShouldBreakExistingConnections
(
const UEdGraphPin* InputPin, |
Allow multiple connections to NodeCopyMaterial but only one connection to a NodeObject. |