Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > UEdGraphSchema_K2
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 ( [UEdGraphPin](API\Runtime\Engine\EdGraph\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. |