UEdGraphSchema_K2::IsSelfPin

Checks to see if a pin is a Self pin (indicating the calling context for the node)

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema::IsSelfPin()

UEdGraphSchema_K2::IsSelfPin()

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 IsSelfPin
(
    const UEdGraphPin & Pin
) const

Remarks

Checks to see if a pin is a Self pin (indicating the calling context for the node)

Returns

true if it is a Self pin.

Parameters

Parameter

Description

Pin

The pin to check.

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