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