Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/EdGraph > API/Plugins/RigVMDeveloper/EdGraph/URigVMEdGraphSchema
- UEdGraphSchema::ClearPinWatch()
- URigVMEdGraphSchema::ClearPinWatch()
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphSchema.h |
| Include | #include "EdGraph/RigVMEdGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/EdGraph/RigVMEdGraphSchema.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. |