Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UCustomizableObjectNode
- UCustomizableObjectNodeMeshMorph
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeMeshMorph.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeMeshMorph.h" |
Syntax
UCLASS&40;&41;
class UCustomizableObjectNodeMeshMorph : public UCustomizableObjectNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FMeshReshapeBoneReference > | BonesToDeform | Array with selected bones that will be deformed | |
| bool | bReshapePhysicsVolumes | Enable the deformation of physics volumes of the base mesh | |
| bool | bReshapeSkeleton | Enable the deformation of the skeleton of the base mesh. | |
| FString | MorphTargetName | ||
| TArray< FMeshReshapeBoneReference > | PhysicsBodiesToDeform | Array with bones with physics bodies that will be deformed | |
| EBoneDeformSelectionMethod | PhysicsSelectionMethod | ||
| EBoneDeformSelectionMethod | SelectionMethod | Bone Reshape Selection Method |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphPin * | FactorPin () |
||
| UCustomizableObjectNodeSkeletalMesh * | |||
| UEdGraphPin * | MeshPin () |
Overridden from UCustomizableObjectNode
| Type | Name | Description | |
|---|---|---|---|
| void | AllocateDefaultPins
(
UCustomizableObjectNodeRemapPins* RemapPins |
Specialization of AllocateDefaultPins UEdGraphNode function. | |
| FString | |||
| bool |
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. |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDeformAllBones_DEPRECATED | ||
| bool | bDeformAllPhysicsBodies_DEPRECATED |