Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes/UCustomizableObjectNode
- UCustomizableObjectNode::ShouldAddToContextMenu()
- UCustomizableObjectNodeExtensionDataSwitch::ShouldAddToContextMenu()
- UCustomizableObjectNodeExtensionDataVariation::ShouldAddToContextMenu()
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNode.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNode.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Private/MuCOE/Nodes/CustomizableObjectNode.cpp |
virtual bool ShouldAddToContextMenu
&40;
FText & OutCategory
&41; const
Remarks
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.