Choose your operating system:
Windows
macOS
Linux
| UEdGraphSchema::CanShowDataTooltipForPin()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
Include |
#include "EdGraph/EdGraphSchema.h" |
virtual bool CanShowDataTooltipForPin
(
const UEdGraphPin & Pin
) const
Checks to see if a pin supports Pin Value Inspection Tooltips
true if it supports data tooltips
Parameter |
Description |
---|---|
Pin |
The pin to check |