Navigation
API > API/Runtime > API/Runtime/FriendsAndChat
Inheritance Hierarchy
- FSlateWidgetStyle
- FFriendsFontStyle
References
| Module | FriendsAndChat |
| Header | /Engine/Source/Runtime/FriendsAndChat/Public/FriendsFontStyle.h |
| Include | #include "FriendsFontStyle.h" |
Syntax
USTRUCT ()
struct FFriendsFontStyle : public FSlateWidgetStyle
Remarks
Interface for the services manager.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | DefaultDullFontColor | ||
| FLinearColor | DefaultFontColor | Default Font Color | |
| FSlateFontInfo | FriendsChatFont | Font Style | |
| FSlateFontInfo | FriendsFontLarge | Font Style | |
| FSlateFontInfo | FriendsFontLargeBold | Font Style | |
| FSlateFontInfo | FriendsFontNormal | Font Style | |
| FSlateFontInfo | FriendsFontNormalBold | Font Style | |
| FSlateFontInfo | FriendsFontSmall | Font Style | |
| FSlateFontInfo | FriendsFontSmallBold | Font Style | |
| FLinearColor | InvertedFontColor |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default Constructor. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Default Destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FFriendsFontStyle & | GetDefault () |
Get the default style. | |
| FFriendsFontStyle & | SetChatFont
(
const FSlateFontInfo& InFontStyle |
||
| FFriendsFontStyle & | SetDefaultDullFontColor
(
const FLinearColor& InFontColor |
||
| FFriendsFontStyle & | SetDefaultFontColor
(
const FLinearColor& InFontColor |
||
| FFriendsFontStyle & | SetFontLarge
(
const FSlateFontInfo& InFontStyle |
||
| FFriendsFontStyle & | SetFontLargeBold
(
const FSlateFontInfo& InFontStyle |
||
| FFriendsFontStyle & | SetFontNormal
(
const FSlateFontInfo& InFontStyle |
||
| FFriendsFontStyle & | SetFontNormalBold
(
const FSlateFontInfo& InFontStyle |
||
| FFriendsFontStyle & | SetFontSmall
(
const FSlateFontInfo& InFontStyle |
||
| FFriendsFontStyle & | SetFontSmallBold
(
const FSlateFontInfo& InFontStyle |
||
| FFriendsFontStyle & | SetInvertedFontColor
(
const FLinearColor& InFontColor |
Overridden from FSlateWidgetStyle
| Type | Name | Description | |
|---|---|---|---|
| void | GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
Override widget style function. | |
| const FName | GetTypeName () |
Get the type name. |
Constants
| Name | Description |
|---|---|
| TypeName | Holds the widget type name. |