Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEdGraphSchema
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnPinConnectionDoubleCicked
(
UEdGraphPin* PinA, |
Handles double-clicking on a pin<->pin connection | EdGraph/EdGraphSchema.h | |
virtual void OnPinConnectionDoubleCicked
(
UEdGraphPin* PinA, |
EdGraph/EdGraphSchema.h |
OnPinConnectionDoubleCicked(UEdGraphPin , UEdGraphPin , const FVector2D &)
Description
Handles double-clicking on a pin<->pin connection
| Name | OnPinConnectionDoubleCicked |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
virtual void OnPinConnectionDoubleCicked
(
UEdGraphPin * PinA,
UEdGraphPin * PinB,
const FVector2D & GraphPosition
) const
OnPinConnectionDoubleCicked(UEdGraphPin , UEdGraphPin , const FVector2f &)
| Name | OnPinConnectionDoubleCicked |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
virtual void OnPinConnectionDoubleCicked
(
UEdGraphPin * PinA,
UEdGraphPin * PinB,
const FVector2f & GraphPosition
) const