Navigation
API > API/Editor > API/Editor/Documentation > API/Editor/Documentation/SDocumentationToolTip
Description
Adds slots to the provided Vertical Box containing the documentation information. If you specify not to add it (AddDocumentation = false) you may call this externally to do custom tooltip layout
| Name | AddDocumentation |
| Type | function |
| Header File | /Engine/Source/Editor/Documentation/Public/SDocumentationToolTip.h |
| Include Path | #include "SDocumentationToolTip.h" |
| Source | /Engine/Source/Editor/Documentation/Private/SDocumentationToolTip.cpp |
void AddDocumentation
(
TSharedPtr < SVerticalBox > VerticalBox
)
Parameters
| Name | Remarks |
|---|---|
| VerticalBox | The vertical box to add it to |