Navigation
API > API/Runtime > API/Runtime/FriendsAndChat
Interface for the services manager.
| Name | FFriendsChatStyle |
| Type | struct |
| Header File | /Engine/Source/Runtime/FriendsAndChat/Public/FriendsChatStyle.h |
| Include Path | #include "FriendsChatStyle.h" |
Syntax
USTRUCT ()
struct FFriendsChatStyle : public FSlateWidgetStyle
Inheritance Hierarchy
- FSlateWidgetStyle → FFriendsChatStyle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFriendsChatStyle() |
Default Constructor. | FriendsChatStyle.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FFriendsChatStyle() |
Default Destructor. | FriendsChatStyle.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TypeName | const FName | Holds the widget type name. | FriendsChatStyle.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AddedItemChatColor | FLinearColor | FriendsChatStyle.h |
|
|
| AdminChatColor | FLinearColor | FriendsChatStyle.h |
|
|
| ChatDisplayTextStyle | FEditableTextBoxStyle | FriendsChatStyle.h |
|
|
| ChatEntryHeight | float | FriendsChatStyle.h |
|
|
| ChatEntryPadding | FMargin | FriendsChatStyle.h |
|
|
| ChatEntryTextStyle | FEditableTextBoxStyle | FriendsChatStyle.h |
|
|
| CompletedItemChatColor | FLinearColor | FriendsChatStyle.h |
|
|
| DefaultChatColor | FLinearColor | FriendsChatStyle.h |
|
|
| DiscardedItemChatColor | FLinearColor | FriendsChatStyle.h |
|
|
| EnemyColor | FLinearColor | FriendsChatStyle.h |
|
|
| FounderChatColor | FLinearColor | FriendsChatStyle.h |
|
|
| FounderHyperlinkChatColor | FLinearColor | FriendsChatStyle.h |
|
|
| FriendActionHeaderPadding | FMargin | FriendsChatStyle.h |
|
|
| FriendActionPadding | FMargin | FriendsChatStyle.h |
|
|
| FriendActionStatusMargin | FMargin | FriendsChatStyle.h |
|
|
| FriendlyColor | FLinearColor | FriendsChatStyle.h |
|
|
| GameAdminChatColor | FLinearColor | FriendsChatStyle.h |
|
|
| GameChatColor | FLinearColor | FriendsChatStyle.h |
|
|
| GameHyperlinkChatColor | FLinearColor | FriendsChatStyle.h |
|
|
| GlobalChatColor | FLinearColor | FriendsChatStyle.h |
|
|
| GlobalHyperlinkChatColor | FLinearColor | FriendsChatStyle.h |
|
|
| MessageNotificationBrush | FSlateBrush | FriendsChatStyle.h |
|
|
| PartyChatColor | FLinearColor | FriendsChatStyle.h |
|
|
| PartyHyperlinkChatColor | FLinearColor | FriendsChatStyle.h |
|
|
| ScrollBorderStyle | FScrollBoxStyle | FriendsChatStyle.h |
|
|
| TeamChatColor | FLinearColor | FriendsChatStyle.h |
|
|
| TeamHyperlinkChatColor | FLinearColor | FriendsChatStyle.h |
|
|
| TextStyle | FTextBlockStyle | Text Style | FriendsChatStyle.h |
|
| TimeStampOpacity | float | FriendsChatStyle.h |
|
|
| TimeStampTextStyle | FTextBlockStyle | Time Stamp Text Style | FriendsChatStyle.h |
|
| WhisperChatColor | FLinearColor | FriendsChatStyle.h |
|
|
| WhisperHyperlinkChatColor | FLinearColor | FriendsChatStyle.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFriendsChatStyle & SetAddedItemChatColor
(
const FLinearColor& InFontColor |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetAdminChatColor
(
const FLinearColor& InFontColor |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetChatChannelPadding
(
const FMargin& Value |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetChatDisplayTextStyle
(
const FEditableTextBoxStyle& InEditableTextStyle |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetChatEntryHeight
(
float Value |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetChatEntryTextStyle
(
const FEditableTextBoxStyle& InEditableTextStyle |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetCompletedItemChatColor
(
const FLinearColor& InFontColor |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetDefaultChatColor
(
const FLinearColor& InFontColor |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetDiscardedItemChatColor
(
const FLinearColor& InFontColor |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetEnemyColor
(
const FLinearColor& InFontColor |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetFounderChatColor
(
const FLinearColor& InFontColor |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetFounderHyperlinkChatColor
(
const FLinearColor& InFontColor |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetFriendlyColor
(
const FLinearColor& InFontColor |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetGameAdminChatColor
(
const FLinearColor& InFontColor |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetGameChatColor
(
const FLinearColor& InFontColor |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetGameHyperlinkChatColor
(
const FLinearColor& InFontColor |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetGlobalChatColor
(
const FLinearColor& InFontColor |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetGlobalHyperlinkChatColor
(
const FLinearColor& InFontColor |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetMessageNotificationBrush
(
const FSlateBrush& Brush |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetPartyChatColor
(
const FLinearColor& InFontColor |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetPartyHyperlinkChatColor
(
const FLinearColor& InFontColor |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetScrollBorderStyle
(
const FScrollBoxStyle& InScrollBorderStyle |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetTeamChatColor
(
const FLinearColor& InFontColor |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetTeamHyperlinkChatColor
(
const FLinearColor& InFontColor |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetTextStyle
(
const FTextBlockStyle& InTextStyle |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetTimestampOpacity
(
float InOpacity |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetTimeStampTextStyle
(
const FTextBlockStyle& InTextStyle |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetWhisplerChatColor
(
const FLinearColor& InFontColor |
FriendsChatStyle.h | ||
FFriendsChatStyle & SetWhisplerHyperlinkChatColor
(
const FLinearColor& InFontColor |
FriendsChatStyle.h |
Overridden from FSlateWidgetStyle
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
Override widget style function. | FriendsChatStyle.h | |
virtual const FName GetTypeName() |
Get the type name. | FriendsChatStyle.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FFriendsChatStyle & GetDefault() |
Get the default style. | FriendsChatStyle.h |