Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UCustomizableObjectNode
- UCustomizableObjectNodeLayoutBlocks
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeLayoutBlocks.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeLayoutBlocks.h" |
Syntax
UCLASS&40;&41;
class UCustomizableObjectNodeLayoutBlocks : public UCustomizableObjectNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UCustomizableObjectLayout > | Layout |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphPin * | OutputPin () |
Overridden from UCustomizableObjectNode
| Type | Name | Description | |
|---|---|---|---|
| void | AddAttachedErrorData
(
const FAttachedErrorDataView& AttachedErrorData |
||
| 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. | ||
| void | Add post load work here. | ||
| void |
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 | |
| void | Perform any fixups (deep copies of associated data, etc...) necessary after a node has been pasted in the editor |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | Handles reading, writing, and reference collecting using FArchive. |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FCustomizableObjectLayoutBlock > | Blocks_DEPRECATED | ||
| FIntPoint | GridSize_DEPRECATED | ||
| FIntPoint | MaxGridSize_DEPRECATED | Used with the fixed layout strategy. | |
| ECustomizableObjectTextureLayoutPackingStrategy | PackingStrategy_DEPRECATED |