Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
virtual void ClearPinWatch
(
UEdGraphPin const * Pin
) const
Remarks
If the specified pin is currently being watched, then this will clear the watch from the graph's debug system.
Parameters
| Name | Description |
|---|---|
| Pin | The pin you wish to no longer watch. |