Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UEdGraphSchema_K2
- UEdGraphSchema::IsSelfPin()
- UEdGraphSchema_K2::IsSelfPin()
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
| Include | #include "EdGraphSchema_K2.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp |
virtual bool IsSelfPin
&40;
const UEdGraphPin & Pin
&41; const
Remarks
Checks to see if a pin is a Self pin (indicating the calling context for the node) true if it is a Self pin.
Parameters
| Name | Description |
|---|---|
| Pin | The pin to check. |