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
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeEditMaterial.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeEditMaterial.h" |
Syntax
UCLASS&40;&41;
class UCustomizableObjectNodeEditMaterial :
public UCustomizableObjectNodeEditLayoutBlocks,
public FCustomizableObjectNodeUseMaterial
Functions
| Type | Name | Description | |
|---|---|---|---|
| const UEdGraphPin * | GetUsedImageMaskPin
(
const FGuid& ImageId |
Returns the Image mask pin of the given Image that will be edited. | |
| void | Function to select all the layout blocks. Called when a parameter is reset (ParentMaterial, ParentLayoutIndex) |
Overridden from UCustomizableObjectNodeEditMaterialBase
| Type | Name | Description | |
|---|---|---|---|
| void | SetLayoutIndex
(
const int32 LayoutIndex |
Overridden from UCustomizableObjectNode
| Type | Name | Description | |
|---|---|---|---|
| void | AllocateDefaultPins
(
UCustomizableObjectNodeRemapPins* RemapPins |
Specialization of AllocateDefaultPins UEdGraphNode function. | |
| void | Add backwards compatible code here. | ||
| 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 | Add post load work here. |
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 ICustomizableObjectNodeParentedNode
| Type | Name | Description | |
|---|---|---|---|
| void | SetParentNode
(
UCustomizableObject* Object, |
Save the parent node reference. |
Overridden from FCustomizableObjectNodeUseMaterial
| Type | Name | Description | |
|---|---|---|---|
| UCustomizableObjectNode & | GetNode () |
Return the node which this interface belongs to. | |
| FCustomizableObjectNodeParentedMaterial & | Returns the Parented Material interface this node belongs to. | ||
| TMap< FGuid, FEdGraphPinReference > & | Return the PinsParameter map which this interface belongs to. | ||
| UEdGraphPin * | OutputPin () |
Get the output material pin. |