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
- UCustomizableObjectNodeMeshClipWithMesh
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeMeshClipWithMesh.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeMeshClipWithMesh.h" |
Syntax
UCLASS&40;&41;
class UCustomizableObjectNodeMeshClipWithMesh : public UCustomizableObjectNodeModifierBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FGuid > | ArrayMaterialNodeToClipWithID | ||
| bool | bUseMaterials | The clipping node uses a material name. | |
| bool | bUseTags | Details view variables The clipping node uses tags | |
| TObjectPtr< UCustomizableObject > | CustomizableObjectToClipWith | Array with the Guids of the nodes with the same material inside the CustomizableObjectToClipWith CO (if any is assigned) | |
| TArray< FString > | Tags | If assigned, then a material inside this CO will be clipped by this node. | |
| FTransform | Transform | Mesh Transform |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphPin * | ClipMeshPin () |
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. | |
| void | BeginPostDuplicate
(
bool bDuplicateForPIE |
Custom post duplicate function. | |
| void | UpdateReferencedNodeId
(
const FGuid& NewGuid |
Used to replace Ids of referenced nodes by their new ids after duplicating the CustomizableObject. |
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 |