UEdGraphSchema::IsTitleBarPin

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UEdGraphSchema::IsTitleBarPin()

UEdGraphSchema_K2::IsTitleBarPin()

References

Module

Engine

Header

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

Include

#include "EdGraph/EdGraphSchema.h"

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.