Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UCustomizableObjectNode
- UCustomizableObjectNodeObjectGroup
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeObjectGroup.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeObjectGroup.h" |
Syntax
UCLASS&40;&41;
class UCustomizableObjectNodeObjectGroup : public UCustomizableObjectNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | GroupName | ||
| ECustomizableObjectGroupType | GroupType | ||
| FMutableParamUIMetadata | ParamUIMetadata | ||
| int32 | SocketPriority | The sockets defined in meshes deriving from this node will inherit this socket priority. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphPin * | GroupPin () |
||
| UEdGraphPin * | |||
| UEdGraphPin * |
ObjectsPin ()
|
Overridden from UCustomizableObjectNode
| Type | Name | Description | |
|---|---|---|---|
| void | AllocateDefaultPins
(
UCustomizableObjectNodeRemapPins* RemapPins |
Specialization of AllocateDefaultPins UEdGraphNode function. | |
| bool | If returns true, only a single link can go out of every output pin. False by default. |
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. |