UEdGraphSchema::ClearPinWatch

If the specified pin is currently being watched, then this will clear the watch from the graph's debug system.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

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

Parameter

Description

Pin

The pin you wish to no longer watch.