Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UCustomizableObjectNode
- UCustomizableObjectNodeEditMaterialBase
- UCustomizableObjectNodeEditLayoutBlocks
- UCustomizableObjectNodeEditMaterial
- UCustomizableObjectNodeRemoveMeshBlocks
- UCustomizableObjectNodeMorphMaterial
- UCustomizableObjectNodeRemoveMesh
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeEditMaterialBase.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeEditMaterialBase.h" |
Syntax
UCLASS&40;Abstract&41;
class UCustomizableObjectNodeEditMaterialBase :
public UCustomizableObjectNode,
public FCustomizableObjectNodeParentedMaterial
Variables
| Type | Name | Description | |
|---|---|---|---|
| int | ParentLayoutIndex | Index of the layout to use to patch blocks. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphPin * | OutputPin () |
||
| void | SetLayoutIndex
(
const int32 LayoutIndex |
Overridden from UCustomizableObjectNode
| Type | Name | Description | |
|---|---|---|---|
| void | BeginPostDuplicate
(
bool bDuplicateForPIE |
Custom post duplicate function. | |
| void | UpdateReferencedNodeId
(
const FGuid& NewGuid |
Used to replace Ids of referenced nodes by their new ids after duplicating the CustomizableObject. |
Overridden from FCustomizableObjectNodeParentedMaterial
| Type | Name | Description | |
|---|---|---|---|
| UCustomizableObjectNode & | GetNode () |
Return the node which this interface belongs to. |
Overridden from ICustomizableObjectNodeParentedNode
| Type | Name | Description | |
|---|---|---|---|
| FGuid | |||
| UCustomizableObject * | |||
| void | SaveParentNode
(
UCustomizableObject* Object, |
Save the parent node reference. Do not call directly, use SetParentNode instead. | |
| void | SetParentNode
(
UCustomizableObject* Object, |
Save the parent node reference. |