Navigation
API > API/Editor > API/Editor/Documentation
| Name | SDocumentationToolTip |
| Type | class |
| Header File | /Engine/Source/Editor/Documentation/Public/SDocumentationToolTip.h |
| Include Path | #include "SDocumentationToolTip.h" |
Syntax
class SDocumentationToolTip : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SDocumentationToolTip
- FSlateControlledConstruction → SWidget → SCompoundWidget → SDocumentationToolTip
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AlwaysExpandTooltip | TAttribute< bool > | SDocumentationToolTip.h | ||
| bAddDocumentation | bool | SDocumentationToolTip.h | ||
| bFullTipContentIsReady | bool | SDocumentationToolTip.h | ||
| bIsPromptVisible | bool | SDocumentationToolTip.h | ||
| ColorAndOpacity | TAttribute< FSlateColor > | SDocumentationToolTip.h | ||
| DocumentationControlBox | TSharedPtr< SBox > | SDocumentationToolTip.h | ||
| DocumentationControls | TSharedPtr< SHorizontalBox > | SDocumentationToolTip.h | ||
| DocumentationLink | FString | The link to the documentation | SDocumentationToolTip.h | |
| DocumentationMargin | FMargin | SDocumentationToolTip.h | ||
| DocumentationPage | TSharedPtr< IDocumentationPage > | SDocumentationToolTip.h | ||
| ExcerptName | FString | SDocumentationToolTip.h | ||
| FullTipContent | TSharedPtr< SBox > | SDocumentationToolTip.h | ||
| HyperlinkButtonStyleInfo | FButtonStyle | SDocumentationToolTip.h | ||
| HyperlinkTextStyleInfo | FTextBlockStyle | SDocumentationToolTip.h | ||
| IsDisplayingDocumentationLink | bool | SDocumentationToolTip.h | ||
| IsShowingFullTip | bool | SDocumentationToolTip.h | ||
| KeybindStyleInfo | FTextBlockStyle | SDocumentationToolTip.h | ||
| OverrideContent | TSharedPtr< SWidget > | SDocumentationToolTip.h | ||
| OverrideFullTooltipContent | TSharedPtr< SWidget > | SDocumentationToolTip.h | ||
| OverridePromptContent | TSharedPtr< SWidget > | SDocumentationToolTip.h | ||
| PromptContent | TSharedPtr< SBox > | SDocumentationToolTip.h | ||
| Shortcut | TAttribute< FText > | SDocumentationToolTip.h | ||
| SimpleTipContent | TSharedPtr< SBox > | SDocumentationToolTip.h | ||
| StyleInfo | FTextBlockStyle | SDocumentationToolTip.h | ||
| SubduedStyleInfo | FTextBlockStyle | SDocumentationToolTip.h | ||
| TextContent | TAttribute< FText > | Text block widget | SDocumentationToolTip.h | |
| TransitionLength | float | SDocumentationToolTip.h | ||
| TransitionStartTime | double | SDocumentationToolTip.h | ||
| WidgetContent | TSharedPtr< SBox > | Content widget | SDocumentationToolTip.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddDocumentation
(
TSharedPtr< SVerticalBox > VerticalBox |
Adds slots to the provided Vertical Box containing the documentation information. | SDocumentationToolTip.h | |
virtual FVector2D ComputeDesiredSize
(
float LayoutScaleMultiplier |
SDocumentationToolTip.h | ||
void Construct
(
const FArguments& InArgs |
Construct this widget | SDocumentationToolTip.h | |
virtual const FText & GetTextTooltip() |
SDocumentationToolTip.h | ||
bool IsInteractive() |
SDocumentationToolTip.h | ||
void Tick
(
const FGeometry& AllottedGeometry, |
SDocumentationToolTip.h |