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/CustomizableObjectNodeParentedMaterial.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeParentedMaterial.h" |
Syntax
class FCustomizableObjectNodeParentedMaterial : public ICustomizableObjectNodeParentedNode
Remarks
Node Material specialization of ICustomizableObjectNodeParentedNode.
Functions
| Type | Name | Description | |
|---|---|---|---|
| UCustomizableObjectNode & | GetNode () |
Return the node which this interface belongs to. | |
| const UCustomizableObjectNode & | GetNode () |
||
| UCustomizableObjectNodeMaterial * | Return the parent material node. | ||
| UCustomizableObjectNodeMaterial * | Returns the parent material node if there exist a path to it. | ||
| TArray< UCustomizableObjectNodeMaterial * > | Return all possible parent material nodes of the node. |