Navigation
API > API/Editor > API/Editor/Documentation
References
| Module | Documentation |
| Header | /Engine/Source/Editor/Documentation/Public/IDocumentation.h |
| Include | #include "IDocumentation.h" |
Syntax
class FDocumentationStyle
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | BoldContentStyleName | Bold content text style | |
| FName | ContentStyleName | Content text style | |
| FName | Header1StyleName | Header1 text style | |
| FName | Header2StyleName | Header2 text style | |
| FName | HyperlinkButtonStyleName | Hyperlink button style | |
| FName | HyperlinkStyleName | Hyperlink style | |
| FName | HyperlinkTextStyleName | Hyperlink text style | |
| FName | NumberedContentStyleName | Numbered content text style | |
| FName | SeparatorStyleName | Separator style name |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FDocumentationStyle & | BoldContentStyle
(
const FName& InName |
Set the bold content style for this documentation | |
| FDocumentationStyle & | ContentStyle
(
const FName& InName |
Set the content style for this documentation | |
| FDocumentationStyle & | Header1Style
(
const FName& InName |
Set the header 1 style for this documentation | |
| FDocumentationStyle & | Header2Style
(
const FName& InName |
Set the header 2 style for this documentation | |
| FDocumentationStyle & | HyperlinkButtonStyle
(
const FName& InName |
Set the hyperlink button style for this documentation | |
| FDocumentationStyle & | HyperlinkStyle
(
const FName& InName |
Set the hyperlink button style for this documentation | |
| FDocumentationStyle & | HyperlinkTextStyle
(
const FName& InName |
Set the hyperlink text style for this documentation | |
| FDocumentationStyle & | NumberedContentStyle
(
const FName& InName |
Set the numbered content style for this documentation | |
| FDocumentationStyle & | SeparatorStyle
(
const FName& InName |
Set the separator style for this documentation |