Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UEdGraphSchema_K2
- UEdGraphSchema::IsPinBeingWatched()
- UEdGraphSchema_K2::IsPinBeingWatched()
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 IsPinBeingWatched
&40;
UEdGraphPin const &42; Pin
&41; const
Remarks
Checks to see if the specified pin is being watched by the graph's debug system. True if the supplied pin is currently being watched, false if not.
Parameters
| Name | Description |
|---|---|
| Pin | The pin you want to check for. |