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