Navigation
API > API/Runtime > API/Runtime/FriendsAndChat
Inheritance Hierarchy
- FSlateWidgetStyle
- FFriendsAndChatStyle
References
| Module | FriendsAndChat |
| Header | /Engine/Source/Runtime/FriendsAndChat/Public/FriendsAndChatStyle.h |
| Include | #include "FriendsAndChatStyle.h" |
Syntax
USTRUCT ()
struct FFriendsAndChatStyle : public FSlateWidgetStyle
Remarks
Interface for the services manager.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FButtonStyle | ActionButtonStyle | SFriendActions Action Button style | |
| FFriendsFontStyle | ChatFontStyle | ||
| FCheckBoxStyle | CheckBoxStyle | ||
| FFriendsChatChromeStyle | FriendsChatChromeStyle | ||
| FFriendsChatStyle | FriendsChatStyle | ||
| FFriendsFontStyle | FriendsLargeFontStyle | ||
| FFriendsListStyle | FriendsListStyle | ||
| FFriendsMarkupStyle | FriendsMarkupStyle | ||
| FFriendsFontStyle | FriendsNormalFontStyle | ||
| FFriendsFontStyle | FriendsSmallFontStyle | ||
| FCheckBoxStyle | RadioBoxStyle | ||
| FScrollBarStyle | ScrollBarStyle |
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. |