Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UCustomizableObjectNode
- UCustomizableObjectNodeCurve
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeCurve.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeCurve.h" |
Syntax
UCLASS&40;&41;
class UCustomizableObjectNodeCurve : public UCustomizableObjectNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UCurveBase > | CurveAsset |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphPin * | CurvePins
(
int32 Index |
||
| int32 | |||
| UEdGraphPin * | InputPin () |
Overridden from UCustomizableObjectNode
| Type | Name | Description | |
|---|---|---|---|
| void | AllocateDefaultPins
(
UCustomizableObjectNodeRemapPins* RemapPins |
Specialization of AllocateDefaultPins UEdGraphNode function. | |
| UCustomizableObjectNodeRemapPins * | Override the default behaivour of remap pins. Use remap pins by position by default. | ||
| bool | Used during compilation process to cache the node for all LODs, or generate it specifically for each of them. | ||
| bool | IsPinRelevant
(
const UEdGraphPin* Pin |
||
| 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 |
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. |