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
- UCustomizableObjectNodeMeshClipMorph
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeMeshClipMorph.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeMeshClipMorph.h" |
Syntax
UCLASS&40;&41;
class UCustomizableObjectNodeMeshClipMorph : public UCustomizableObjectNodeModifierBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | B | ||
| bool | bInvertNormal | ||
| bool | bLocalStartOffset | ||
| FName | BoneName | ||
| bool | bUpdateViewportWidget | ||
| float | Exponent | ||
| float | MaxEffectRadius | ||
| FVector | Normal | ||
| FVector | Origin | ||
| float | Radius | ||
| float | Radius2 | ||
| uint32 | ReferenceSkeletonIndex | ||
| float | RotationAngle | ||
| FVector | StartOffset | ||
| TArray< FString > | Tags |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Change StartOffset from World to Local of the other way around. | ||
| void | FindLocalAxes
(
FVector& Right, |
||
| FVector |
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 | ||
| 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 | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | Handles reading, writing, and reference collecting using FArchive. |