Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > UEdGraphSchema_K2
- UEdGraphSchema::ClearPinWatch()
- UEdGraphSchema_K2::ClearPinWatch()
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 void ClearPinWatch
&40;
UEdGraphPin const &42; Pin
&41; 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. |