Navigation
API > API/Runtime > API/Runtime/FriendsAndChat
Inheritance Hierarchy
- FSlateWidgetStyle
- FFriendsChatStyle
References
| Module | FriendsAndChat |
| Header | /Engine/Source/Runtime/FriendsAndChat/Public/FriendsChatStyle.h |
| Include | #include "FriendsChatStyle.h" |
Syntax
USTRUCT ()
struct FFriendsChatStyle : public FSlateWidgetStyle
Remarks
Interface for the services manager.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | AddedItemChatColor | ||
| FLinearColor | AdminChatColor | ||
| FEditableTextBoxStyle | ChatDisplayTextStyle | ||
| float | ChatEntryHeight | ||
| FMargin | ChatEntryPadding | ||
| FEditableTextBoxStyle | ChatEntryTextStyle | ||
| FLinearColor | CompletedItemChatColor | ||
| FLinearColor | DefaultChatColor | ||
| FLinearColor | DiscardedItemChatColor | ||
| FLinearColor | EnemyColor | ||
| FLinearColor | FounderChatColor | ||
| FLinearColor | FounderHyperlinkChatColor | ||
| FMargin | FriendActionHeaderPadding | ||
| FMargin | FriendActionPadding | ||
| FMargin | FriendActionStatusMargin | ||
| FLinearColor | FriendlyColor | ||
| FLinearColor | GameAdminChatColor | ||
| FLinearColor | GameChatColor | ||
| FLinearColor | GameHyperlinkChatColor | ||
| FLinearColor | GlobalChatColor | ||
| FLinearColor | GlobalHyperlinkChatColor | ||
| FSlateBrush | MessageNotificationBrush | ||
| FLinearColor | PartyChatColor | ||
| FLinearColor | PartyHyperlinkChatColor | ||
| FScrollBoxStyle | ScrollBorderStyle | ||
| FLinearColor | TeamChatColor | ||
| FLinearColor | TeamHyperlinkChatColor | ||
| FTextBlockStyle | TextStyle | Text Style | |
| float | TimeStampOpacity | ||
| FTextBlockStyle | TimeStampTextStyle | Time Stamp Text Style | |
| FLinearColor | WhisperChatColor | ||
| FLinearColor | WhisperHyperlinkChatColor |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default Constructor. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Default Destructor. |
Functions
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. |