Navigation
API > API/Editor > API/Editor/Documentation
References
| Module | Documentation |
| Header | /Engine/Source/Editor/Documentation/Public/IDocumentationPage.h |
| Include | #include "IDocumentationPage.h" |
Syntax
class IDocumentationPage
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetExcerpt
(
const FString& ExcerptName, |
Populates the argument excerpt with this content found using the excer | |
| bool | GetExcerptContent
(
FExcerpt& Excerpt |
Builds the Excerpt content using the excerpt name from the argument | |
| void | GetExcerpts
(
TArray< FExcerpt >& Excerpts |
Populates the argument TArray with Excerpts this page contains | |
| int32 | Return the number of excerpts this page holds | ||
| FText | GetTitle () |
Returns the title of the excerpt | |
| bool | HasExcerpt
(
const FString& ExcerptName |
Returns true if this page contains a match for the ExcerptName | |
| void | Reload () |
Rebuilds the excerpt content | |
| void | SetTextWrapAt
(
TAttribute< float > WrapAt |
Sets the argument as the width control for text wrap in the excerpt widgets |