Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/UCustomizableObjectNode
Description
Subclasses should override this to return true and set OutCategory if this node should be auto-added to the right-click context menu in the graph editor.
Some nodes are added manually in the graph editor code and don't need to do this.
| Name | ShouldAddToContextMenu |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/Nodes/CustomizableObjectNode.h |
| Include Path | #include "MuCOE/Nodes/CustomizableObjectNode.h" |
| Source | /Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Private/MuCOE/Nodes/CustomizableObjectNode.cpp |
virtual bool ShouldAddToContextMenu
(
FText & OutCategory
) const