Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UCustomizableObjectNode
- UCustomizableObjectNodeMaterialBase
- UCustomizableObjectNodeModifierBase
- UCustomizableObjectNodeMeshClipDeform
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeMeshClipDeform.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeMeshClipDeform.h" |
Syntax
UCLASS&40;&41;
class UCustomizableObjectNodeMeshClipDeform : public UCustomizableObjectNodeModifierBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| EShapeBindingMethod | BindingMethod | ||
| TArray< FString > | Tags |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphPin * | ClipShapePin () |
Overridden from UCustomizableObjectNodeMaterialBase
| Type | Name | Description | |
|---|---|---|---|
| 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. |
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 |