Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/UEdGraphSchema_CustomizableObjec-
- UEdGraphSchema::TryCreateConnection()
- UEdGraphSchema_CustomizableObject::TryCreateConnection()
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/EdGraphSchema_CustomizableObject.h |
| Include | #include "MuCOE/EdGraphSchema_CustomizableObject.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Private/MuCOE/EdGraphSchema_CustomizableObject.cpp |
virtual bool TryCreateConnection
&40;
UEdGraphPin &42; PinA,
UEdGraphPin &42; PinB
&41; const
Remarks
Break non allowed connections once the connection has been created. Allows the nodes to have greater connectivity granularity than simply forbidding to create a connection with UEdGraphSchema_CustomizableObject::CanCreateConnection.