Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Commands > API/Runtime/Slate/Framework/Commands/FUICommandInfo
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandInfo.h |
| Include | #include "Framework/Commands/UICommandInfo.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Commands/UICommandInfo.cpp |
TSharedRef < class SToolTip > MakeTooltip
(
const TAttribute < FText > & InText,
const TAttribute < EVisibility > & InToolTipVisibility
) const
Remarks
Makes a tooltip for this command. The tooltip widget
Parameters
| Name | Description |
|---|---|
| InText | Optional dynamic text to be displayed in the tooltip. |