Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
virtual bool CanShowDataTooltipForPin
(
const UEdGraphPin & Pin
) const
Remarks
Checks to see if a pin supports Pin Value Inspection Tooltips true if it supports data tooltips
Parameters
| Name | Description |
|---|---|
| Pin | The pin to check |