Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCustomizableObjectNodePinData
- UCustomizableObjectNodeEditMaterialPinEditImageData
- UCustomizableObjectNodeMaterialPinDataParameter
- UCustomizableObjectNodeMaterialPinDataImage
- UCustomizableObjectNodeMaterialPinDataScalar
- UCustomizableObjectNodeMaterialPinDataVector
- UCustomizableObjectNodeSkeletalMeshPinDataSection
- UCustomizableObjectNodeSkeletalMeshPinDataImage
- UCustomizableObjectNodeSkeletalMeshPinDataLayout
- UCustomizableObjectNodeSkeletalMeshPinDataMesh
- UCustomizableObjectNodeTableObjectPinData
- UCustomizableObjectNodeTableImagePinData
- UCustomizableObjectNodeTableMeshPinData
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNode.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNode.h" |
Syntax
UCLASS&40;Abstract&41;
class UCustomizableObjectNodePinData : public UObject
Remarks
Abstract base class for all pin data.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Copy
(
const UCustomizableObjectNodePinData& Other |
Virtual function used to copy pin data when remapping pins. | |
| bool | Equals
(
const UCustomizableObjectNodePinData& Other |
Virtual function used to perform comparision between different UCustomizableObjectNodePinData inherited types. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const UCustomizableObjectNodePinData& Other |
||
| bool | operator==
(
const UCustomizableObjectNodePinData& Other |
False if inherited types are different. |