Navigation
API > API/Editor > API/Editor/Documentation
| Name | FExcerpt |
| Type | struct |
| Header File | /Engine/Source/Editor/Documentation/Public/IDocumentationPage.h |
| Include Path | #include "IDocumentationPage.h" |
Syntax
struct FExcerpt
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FExcerpt () |
FExcerpt constructor | IDocumentationPage.h | |
| FExcerpt overloaded constructor | IDocumentationPage.h | ||
| IDocumentationPage.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Content | TSharedPtr< SWidget > | The Slate content generated for the excerpt. | IDocumentationPage.h | |
| LineNumber | int32 | The line number that this excerpt begins within its source file. | IDocumentationPage.h | |
| Name | FString | The name of the excerpt, as specified in the line at the top of the excerpt. | IDocumentationPage.h | |
| RichText | FString | A rich text version of the excerpt content. | IDocumentationPage.h | |
| SourcePath | FString | The path to the file that this excerpt was read from. | IDocumentationPage.h | |
| Variables | TMap< FString, FString > | The content of the [VAR] sections read from the excerpt. | IDocumentationPage.h |