![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for FDelegateToolTip:Public Member Functions | |
| virtual TSharedRef< class SWidget > | AsWidget () override |
| virtual TSharedRef< SWidget > | GetContentWidget () override |
| virtual void | SetContentWidget (const TSharedRef< SWidget > &InContentWidget) override |
| virtual bool | IsEmpty () const override |
| virtual bool | IsInteractive () const override |
| virtual void | OnClosed () override |
| virtual void | OnOpening () override |
Public Member Functions inherited from IToolTip | |
| virtual void | ResetContentWidget () |
| virtual void | OnSetInteractiveWindowLocation (FVector2D &InOutDesiredLocation) const |
| virtual | ~IToolTip () |
Public Attributes | |
| UWidget::FGetWidget | ToolTipWidgetDelegate |
Interface for tool tips.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Checks whether this tool tip has no content to display right now.
Implements IToolTip.
Checks whether this tool tip can be made interactive by the user (by holding Ctrl).
Implements IToolTip.
Called when the tooltip widget is closed and the tooltip is no longer needed.
Implements IToolTip.
Called when the tooltip widget is about to be requested for opening.
Implements IToolTip.
|
inlineoverridevirtual |
Sets the tool tip's content widget.
| InContentWidget | The new content widget to set. |
Implements IToolTip.
| UWidget::FGetWidget FDelegateToolTip::ToolTipWidgetDelegate |