Navigation
API > API/Runtime > API/Runtime/FriendsAndChat
Inheritance Hierarchy
- FSlateWidgetStyle
- FFriendsComboStyle
References
| Module | FriendsAndChat |
| Header | /Engine/Source/Runtime/FriendsAndChat/Public/FriendsComboStyle.h |
| Include | #include "FriendsComboStyle.h" |
Syntax
USTRUCT ()
struct FFriendsComboStyle : public FSlateWidgetStyle
Remarks
Interface for the services manager.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | ActionComboButtonSize | ||
| FComboButtonStyle | ActionComboButtonStyle | ||
| FTextBlockStyle | ActionComboButtonTextStyle | ||
| FButtonStyle | ComboItemButtonStyle | ||
| FMargin | ComboItemContentPadding | ||
| FMargin | ComboItemPadding | ||
| FLinearColor | ComboItemTextColorInverted | ||
| FLinearColor | ComboItemTextColorNormal | ||
| FTextBlockStyle | ComboItemTextStyle | ||
| FMargin | ComboMenuPadding | ||
| FSlateBrush | FriendComboBackgroundLeftBrush | Friends List Combo Button menu background image (left) | |
| FSlateBrush | FriendComboBackgroundLeftFlippedBrush | Friends List Combo Button menu background image (left-flipped) - for MenuPlacement_ComboBoxRight menus | |
| FSlateBrush | FriendComboBackgroundRightBrush | Friends List Combo Button menu background image (right) | |
| FSlateBrush | FriendComboBackgroundRightFlippedBrush | Friends List Combo Button menu background image (right-flipped) - for MenuPlacement_ComboBoxRight menus | |
| FComboButtonStyle | FriendListComboButtonStyle | Friends List Combo Button style | |
| FTextBlockStyle | FriendsComboTextStyle | ||
| FVector2D | StatusButtonSize |
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. |