Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/SToolTip
- IToolTip::SetContentWidget()
- SToolTip::SetContentWidget()
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/SToolTip.h |
| Include | #include "Widgets/SToolTip.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/SToolTip.cpp |
virtual void SetContentWidget
&40;
const TSharedRef< SWidget > & InContentWidget
&41;
Remarks
Sets the tool tip's content widget.
Parameters
| Name | Description |
|---|---|
| InContentWidget | The new content widget to set. |