Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/EdGraph > API/Plugins/RigVMDeveloper/EdGraph/URigVMEdGraphSchema
- UEdGraphSchema::IsPinBeingWatched()
- URigVMEdGraphSchema::IsPinBeingWatched()
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 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. |