Choose your operating system:
Windows
macOS
Linux
| UEdGraphSchema::IsTitleBarPin()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
Include |
#include "EdGraph/EdGraphSchema.h" |
virtual bool IsTitleBarPin
(
const UEdGraphPin & Pin
) const
Query if the passed in pin is a title bar pin.
true if the pin should appear in the title bar.
Parameter |
Description |
---|---|
Pin |
The pin to check. |