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