Navigation
API > API/Editor > API/Editor/AudioEditor > API/Editor/AudioEditor/SoundCueGraph > API/Editor/AudioEditor/SoundCueGraph/USoundCueGraphSchema
- UEdGraphSchema::CanCreateConnection()
- USoundCueGraphSchema::CanCreateConnection()
References
| Module | AudioEditor |
| Header | /Engine/Source/Editor/AudioEditor/Classes/SoundCueGraph/SoundCueGraphSchema.h |
| Include | #include "SoundCueGraph/SoundCueGraphSchema.h" |
| Source | /Engine/Source/Editor/AudioEditor/Private/SoundCueGraphSchema.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. |