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
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeExtendMaterial.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeExtendMaterial.h" |
Syntax
UCLASS&40;&41;
class UCustomizableObjectNodeExtendMaterial :
public UCustomizableObjectNodeMaterialBase,
public FCustomizableObjectNodeParentedMaterial,
public FCustomizableObjectNodeUseMaterial
Variables
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphPin * | AddMeshPin () |
Overridden from UCustomizableObjectNodeMaterialBase
| Type | Name | Description | |
|---|---|---|---|
| TArray< UCustomizableObjectLayout * > | GetLayouts () |
||
| UEdGraphPin * | OutputPin () |
This method should be overidden in all derived classes. |
Overridden from UCustomizableObjectNode
| Type | Name | Description | |
|---|---|---|---|
| void | AllocateDefaultPins
(
UCustomizableObjectNodeRemapPins* RemapPins |
Specialization of AllocateDefaultPins UEdGraphNode function. | |
| void | Add backwards compatible code here. | ||
| void | BeginPostDuplicate
(
bool bDuplicateForPIE |
Custom post duplicate function. | |
| bool | CustomRemovePin
(
UEdGraphPin& Pin |
Virtual implementation of RemovePin. | |
| FString | |||
| bool | |||
| bool | If returns true, only a single link can go out of every output pin. False by default. | ||
| void | UCustomizableObjectNode. | ||
| void | UpdateReferencedNodeId
(
const FGuid& NewGuid |
Used to replace Ids of referenced nodes by their new ids after duplicating the CustomizableObject. |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar | |
| FLinearColor | Gets the draw color of a node's title bar | ||
| FText | Gets the tooltip to display when over the node | ||
| void | PinConnectionListChanged
(
UEdGraphPin* Pin |
Called when the connection list of one of the pins of this node is changed in the editor |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | Handles reading, writing, and reference collecting using FArchive. |
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. |
Overridden from FCustomizableObjectNodeUseMaterial
| Type | Name | Description | |
|---|---|---|---|
| FCustomizableObjectNodeParentedMaterial & | Returns the Parented Material interface this node belongs to. | ||
| TMap< FGuid, FEdGraphPinReference > & | Return the PinsParameter map which this interface belongs to. |