Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor
Abstract base class for all pin data.
| Name | UCustomizableObjectNodePinData |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/Nodes/CustomizableObjectNode.h |
| Include Path | #include "MuCOE/Nodes/CustomizableObjectNode.h" |
Syntax
UCLASS (Abstract)
class UCustomizableObjectNodePinData : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCustomizableObjectNodePinData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCustomizableObjectNodePinData() |
MuCOE/Nodes/CustomizableObjectNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BackwardsCompatibleFixup
(
int32 CustomizableObjectCustomVersion |
Add backwards compatible code here. | MuCOE/Nodes/CustomizableObjectNode.h | |
virtual void Copy
(
const UCustomizableObjectNodePinData& Other |
Virtual function used to copy pin data when remapping pins. | MuCOE/Nodes/CustomizableObjectNode.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Equals
(
const UCustomizableObjectNodePinData& Other |
Virtual function used to perform comparision between different UCustomizableObjectNodePinData inherited types. | MuCOE/Nodes/CustomizableObjectNode.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool operator!=
(
const UCustomizableObjectNodePinData& Other |
MuCOE/Nodes/CustomizableObjectNode.h | ||
bool operator==
(
const UCustomizableObjectNodePinData& Other |
False if inherited types are different. | MuCOE/Nodes/CustomizableObjectNode.h |