Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow > API/Plugins/DataflowEditor/Dataflow/UDataflowSchema
- UEdGraphSchema::CanCreateConnection()
- UDataflowSchema::CanCreateConnection()
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowSchema.h |
| Include | #include "Dataflow/DataflowSchema.h" |
| Source | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Private/Dataflow/DataflowSchema.cpp |
virtual const FPinConnectionResponse CanCreateConnection
&40;
const UEdGraphPin &42; A,
const UEdGraphPin &42; B
&41; const
Remarks
Determine if a connection can be created between two pins. An empty string if the connection is legal, otherwise a message describing why the connection would fail.
Parameters
| Name | Description |
|---|---|
| A | The first pin. |
| B | The second pin. |