Navigation
API > API/Editor > API/Editor/Documentation > API/Editor/Documentation/SDocumentationToolTip
References
| Module | Documentation |
| Header | /Engine/Source/Editor/Documentation/Public/SDocumentationToolTip.h |
| Include | #include "SDocumentationToolTip.h" |
| Source | /Engine/Source/Editor/Documentation/Private/SDocumentationToolTip.cpp |
void AddDocumentation
&40;
TSharedPtr< SVerticalBox > VerticalBox
&41;
Remarks
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
Parameters
| Name | Description |
|---|---|
| VerticalBox | The vertical box to add it to |