Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes
Inheritance Hierarchy
- ICustomizableObjectNodeParentedNode
- FCustomizableObjectNodeParentedMaterial
- UCustomizableObjectNodeEditMaterialBase
- UCustomizableObjectNodeEditLayoutBlocks
- UCustomizableObjectNodeEditMaterial
- UCustomizableObjectNodeRemoveMeshBlocks
- UCustomizableObjectNodeMorphMaterial
- UCustomizableObjectNodeRemoveMesh
- UCustomizableObjectNodeExtendMaterial
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeParentedNode.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeParentedNode.h" |
Syntax
class ICustomizableObjectNodeParentedNode
Remarks
Interface for a node that saves a parent node.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UCustomizableObjectNode * | Return the saved parent material node. Can return nullptr. | ||
| 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. |