Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
- UEdGraphSchema::IsPinBeingWatched()
- URigVMEdGraphSchema::IsPinBeingWatched()
- UEdGraphSchema_K2::IsPinBeingWatched()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
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. |