UEdGraphSchema::CanShowDataTooltipForPin

Checks to see if a pin supports Pin Value Inspection Tooltips

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Engine

Header

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

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

virtual bool CanShowDataTooltipForPin
(
    const UEdGraphPin & Pin
) const

Remarks

Checks to see if a pin supports Pin Value Inspection Tooltips

Returns

true if it supports data tooltips

Parameters

Parameter

Description

Pin

The pin to check