UEdGraphSchema_K2::IsPinBeingWatched

Checks to see if the specified pin is being watched by the graph's debug system.

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema::IsPinBeingWatched()

UEdGraphSchema_K2::IsPinBeingWatched()

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

Syntax

virtual bool IsPinBeingWatched
(
    UEdGraphPin const * Pin
) const

Remarks

Checks to see if the specified pin is being watched by the graph's debug system.

Returns

True if the supplied pin is currently being watched, false if not.

Parameters

Parameter

Description

Pin

The pin you want to check for.

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