Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEdGraphSchema
Description
Implementaion notes: Consider returning true if your node context menu handles muliple context pins for node indexing and creation. When the user attempts to connect two incompatible pins this will allow them to find a node which fullfills the requirements.
| Name | ShouldShowPanelContextMenuForIncompatibleConnections |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.cpp |
bool ShouldShowPanelContextMenuForIncompatibleConnections() const
True if the schema would like for failed connections to show the node panel menu so the user can pick an appropriate node