Navigation
API > API/Runtime > API/Runtime/FriendsAndChat
Interface for the services manager.
| Name | FFriendsAndChatStyle |
| Type | struct |
| Header File | /Engine/Source/Runtime/FriendsAndChat/Public/FriendsAndChatStyle.h |
| Include Path | #include "FriendsAndChatStyle.h" |
Syntax
USTRUCT ()
struct FFriendsAndChatStyle : public FSlateWidgetStyle
Inheritance Hierarchy
- FSlateWidgetStyle → FFriendsAndChatStyle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFriendsAndChatStyle() |
Default Constructor. | FriendsAndChatStyle.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FFriendsAndChatStyle() |
Default Destructor. | FriendsAndChatStyle.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TypeName | const FName | Holds the widget type name. | FriendsAndChatStyle.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActionButtonStyle | FButtonStyle | SFriendActions Action Button style | FriendsAndChatStyle.h |
|
| ChatFontStyle | FFriendsFontStyle | FriendsAndChatStyle.h |
|
|
| CheckBoxStyle | FCheckBoxStyle | FriendsAndChatStyle.h |
|
|
| FriendsChatChromeStyle | FFriendsChatChromeStyle | FriendsAndChatStyle.h |
|
|
| FriendsChatStyle | FFriendsChatStyle | FriendsAndChatStyle.h |
|
|
| FriendsLargeFontStyle | FFriendsFontStyle | FriendsAndChatStyle.h |
|
|
| FriendsListStyle | FFriendsListStyle | FriendsAndChatStyle.h |
|
|
| FriendsMarkupStyle | FFriendsMarkupStyle | FriendsAndChatStyle.h |
|
|
| FriendsNormalFontStyle | FFriendsFontStyle | FriendsAndChatStyle.h |
|
|
| FriendsSmallFontStyle | FFriendsFontStyle | FriendsAndChatStyle.h |
|
|
| RadioBoxStyle | FCheckBoxStyle | FriendsAndChatStyle.h |
|
|
| ScrollBarStyle | FScrollBarStyle | FriendsAndChatStyle.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFriendsAndChatStyle & SetActionButtonStyle
(
const FButtonStyle& ButtonStyle |
FriendsAndChatStyle.h | ||
FFriendsAndChatStyle & SetChatFontStyle
(
const FFriendsFontStyle& FontStyle |
FriendsAndChatStyle.h | ||
FFriendsAndChatStyle & SetCheckBoxStyle
(
const FCheckBoxStyle& InCheckBoxStyle |
FriendsAndChatStyle.h | ||
FFriendsAndChatStyle & SetFriendsChatChromeStyle
(
const FFriendsChatChromeStyle& InFriendsChatChromeStyle |
FriendsAndChatStyle.h | ||
FFriendsAndChatStyle & SetFriendsChatStyle
(
const FFriendsChatStyle& InFriendsChatStyle |
FriendsAndChatStyle.h | ||
FFriendsAndChatStyle & SetFriendsListStyle
(
const FFriendsListStyle& InFriendsListStyle |
FriendsAndChatStyle.h | ||
FFriendsAndChatStyle & SetFriendsMarkupStyle
(
const FFriendsMarkupStyle& InFriendsMarkupStyle |
FriendsAndChatStyle.h | ||
FFriendsAndChatStyle & SetLargeFriendsFontStyle
(
const FFriendsFontStyle& FontStyle |
FriendsAndChatStyle.h | ||
FFriendsAndChatStyle & SetNormalFriendsFontStyle
(
const FFriendsFontStyle& FontStyle |
FriendsAndChatStyle.h | ||
FFriendsAndChatStyle & SetRadioBoxStyle
(
const FCheckBoxStyle& InRadioBoxStyle |
FriendsAndChatStyle.h | ||
FFriendsAndChatStyle & SetScrollbarStyle
(
const FScrollBarStyle& InScrollBarStyle |
FriendsAndChatStyle.h | ||
FFriendsAndChatStyle & SetSmallFriendsFontStyle
(
const FFriendsFontStyle& FontStyle |
FriendsAndChatStyle.h |
Overridden from FSlateWidgetStyle
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
Override widget style function. | FriendsAndChatStyle.h | |
virtual const FName GetTypeName() |
Get the type name. | FriendsAndChatStyle.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FFriendsAndChatStyle & GetDefault() |
Get the default style. | FriendsAndChatStyle.h |