UEdGraphSchema_K2::IsTitleBarPin

Query if the passed in pin is a title bar pin.

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema::IsTitleBarPin()

UEdGraphSchema_K2::IsTitleBarPin()

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

Remarks

Query if the passed in pin is a title bar pin.

Returns

true if the pin should appear in the title bar.

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