Navigation
API > API/Runtime > API/Runtime/FriendsAndChat
Inheritance Hierarchy
- FSlateWidgetStyle
- FFriendsChatChromeStyle
References
| Module | FriendsAndChat |
| Header | /Engine/Source/Runtime/FriendsAndChat/Public/FriendsChatChromeStyle.h |
| Include | #include "FriendsChatChromeStyle.h" |
Syntax
USTRUCT ()
struct FFriendsChatChromeStyle : public FSlateWidgetStyle
Remarks
Interface for the services manager.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSlateBrush | ChannelBackgroundBrush | ||
| FSlateBrush | ChatBackgroundBrush | ||
| FLinearColor | ChatBackgroundColor | ||
| FMargin | ChatChannelPadding | ||
| FSlateBrush | ChatEntryBackgroundBrush | ||
| FLinearColor | ChatEntryBackgroundColor | ||
| FMargin | ChatEntryPadding | ||
| FSlateBrush | ChatMenuBackgroundBrush | ||
| FMargin | ChatWindowPadding | ||
| FMargin | ChatWindowToEntryMargin | ||
| FLinearColor | NoneActiveTabColor | ||
| FSlateBrush | TabBackgroundBrush | ||
| FLinearColor | TabFontColor | ||
| FLinearColor | TabFontColorInverted | ||
| FMargin | TabPadding | ||
| float | TabWidth |
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. |