Navigation
API > API/Editor > API/Editor/Documentation
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SDocumentationToolTip
References
| Module | Documentation |
| Header | /Engine/Source/Editor/Documentation/Public/SDocumentationToolTip.h |
| Include | #include "SDocumentationToolTip.h" |
Syntax
class SDocumentationToolTip : public SCompoundWidget
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddDocumentation
(
TSharedPtr< SVerticalBox > VerticalBox |
Adds slots to the provided Vertical Box containing the documentation information. | |
| void | Construct
(
const FArguments& InArgs |
Construct this widget | |
| const FText & | |||
| bool |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| void | Ticks this widget with Geometry. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |