Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraph
- UCustomizableObjectGraph
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/CustomizableObjectGraph.h |
| Include | #include "MuCOE/CustomizableObjectGraph.h" |
Syntax
UCLASS&40;&41;
class UCustomizableObjectGraph : public UEdGraph
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | NotifyNodeIdChanged
(
const FGuid& OldGuid, |
||
| FGuid | RequestNotificationForNodeIdChange
(
const FGuid& OldGuid, |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostDuplicate
(
bool bDuplicateForPIE |
Called after duplication & serialization and before PostLoad. | |
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. | |
| void | PostRename
(
UObject* OldOuter, |
Called at the end of Rename(), but only if the rename was actually carried out |