UEdGraphSchema::ClearPinWatch

If the specified pin is currently being watched, then this will clear the watch from the graph's debug 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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss