Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
- UEdGraphSchema::TryCreateConnection()
- UEdGraphSchema_NiagaraSystemOverview::TryCreateConnection()
- UAnimationGraphSchema::TryCreateConnection()
- USoundClassGraphSchema::TryCreateConnection()
- UAnimationStateMachineSchema::TryCreateConnection()
- UEdGraphSchema_Niagara::TryCreateConnection()
- USoundSubmixGraphSchema::TryCreateConnection()
- USoundCueGraphSchema::TryCreateConnection()
- UEdGraphSchema_CustomizableObject::TryCreateConnection()
- URigVMEdGraphSchema::TryCreateConnection()
- UMaterialGraphSchema::TryCreateConnection()
- UMetasoundEditorGraphSchema::TryCreateConnection()
- UEdGraphSchema_K2::TryCreateConnection()
- UAnimationGraphSchema::TryCreateConnection()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
Include | #include "EdGraph/EdGraphSchema.h" |
Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.cpp |
virtual bool TryCreateConnection
&40;
UEdGraphPin &42; A,
UEdGraphPin &42; B
&41; const
Remarks
Try to make a connection between two pins. True if a connection was made/broken (graph was modified); false if the connection failed and had no side effects.
Parameters
Name | Description |
---|---|
A | The first pin. |
B | The second pin. |