UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FFriendsAndChatStyle Struct Reference

#include <FriendsAndChatStyle.h>

+ Inheritance diagram for FFriendsAndChatStyle:

Public Member Functions

 FFriendsAndChatStyle ()
 
virtual ~FFriendsAndChatStyle ()
 
virtual void GetResources (TArray< const FSlateBrush * > &OutBrushes) const override
 
virtual const FName GetTypeName () const override
 
FFriendsAndChatStyleSetScrollbarStyle (const FScrollBarStyle &InScrollBarStyle)
 
FFriendsAndChatStyleSetActionButtonStyle (const FButtonStyle &ButtonStyle)
 
FFriendsAndChatStyleSetSmallFriendsFontStyle (const FFriendsFontStyle &FontStyle)
 
FFriendsAndChatStyleSetNormalFriendsFontStyle (const FFriendsFontStyle &FontStyle)
 
FFriendsAndChatStyleSetLargeFriendsFontStyle (const FFriendsFontStyle &FontStyle)
 
FFriendsAndChatStyleSetChatFontStyle (const FFriendsFontStyle &FontStyle)
 
FFriendsAndChatStyleSetCheckBoxStyle (const FCheckBoxStyle &InCheckBoxStyle)
 
FFriendsAndChatStyleSetRadioBoxStyle (const FCheckBoxStyle &InRadioBoxStyle)
 
FFriendsAndChatStyleSetFriendsListStyle (const FFriendsListStyle &InFriendsListStyle)
 
FFriendsAndChatStyleSetFriendsChatStyle (const FFriendsChatStyle &InFriendsChatStyle)
 
FFriendsAndChatStyleSetFriendsChatChromeStyle (const FFriendsChatChromeStyle &InFriendsChatChromeStyle)
 
FFriendsAndChatStyleSetFriendsMarkupStyle (const FFriendsMarkupStyle &InFriendsMarkupStyle)
 
- Public Member Functions inherited from FSlateWidgetStyle
SLATECORE_API FSlateWidgetStyle ()
 
virtual SLATECORE_API ~FSlateWidgetStyle ()
 

Static Public Member Functions

static const FFriendsAndChatStyleGetDefault ()
 

Public Attributes

FScrollBarStyle ScrollBarStyle
 
FButtonStyle ActionButtonStyle
 
FFriendsFontStyle FriendsSmallFontStyle
 
FFriendsFontStyle FriendsNormalFontStyle
 
FFriendsFontStyle FriendsLargeFontStyle
 
FFriendsFontStyle ChatFontStyle
 
FCheckBoxStyle CheckBoxStyle
 
FCheckBoxStyle RadioBoxStyle
 
FFriendsListStyle FriendsListStyle
 
FFriendsChatStyle FriendsChatStyle
 
FFriendsChatChromeStyle FriendsChatChromeStyle
 
FFriendsMarkupStyle FriendsMarkupStyle
 

Static Public Attributes

static const FName TypeName
 

Detailed Description

Interface for the services manager.

Constructor & Destructor Documentation

◆ FFriendsAndChatStyle()

FFriendsAndChatStyle::FFriendsAndChatStyle ( )
inline

◆ ~FFriendsAndChatStyle()

virtual FFriendsAndChatStyle::~FFriendsAndChatStyle ( )
inlinevirtual

Member Function Documentation

◆ GetDefault()

const FFriendsAndChatStyle & FFriendsAndChatStyle::GetDefault ( )
static

Get the default style.

Returns
the default style

◆ GetResources()

virtual void FFriendsAndChatStyle::GetResources ( TArray< const FSlateBrush * > &  OutBrushes) const
inlineoverridevirtual

Override widget style function.

Reimplemented from FSlateWidgetStyle.

◆ GetTypeName()

virtual const FName FFriendsAndChatStyle::GetTypeName ( ) const
inlineoverridevirtual

Get the type name.

Returns
the type name

Reimplemented from FSlateWidgetStyle.

◆ SetActionButtonStyle()

FFriendsAndChatStyle & FFriendsAndChatStyle::SetActionButtonStyle ( const FButtonStyle ButtonStyle)

◆ SetChatFontStyle()

FFriendsAndChatStyle & FFriendsAndChatStyle::SetChatFontStyle ( const FFriendsFontStyle FontStyle)

◆ SetCheckBoxStyle()

FFriendsAndChatStyle & FFriendsAndChatStyle::SetCheckBoxStyle ( const FCheckBoxStyle InCheckBoxStyle)

◆ SetFriendsChatChromeStyle()

FFriendsAndChatStyle & FFriendsAndChatStyle::SetFriendsChatChromeStyle ( const FFriendsChatChromeStyle InFriendsChatChromeStyle)

◆ SetFriendsChatStyle()

FFriendsAndChatStyle & FFriendsAndChatStyle::SetFriendsChatStyle ( const FFriendsChatStyle InFriendsChatStyle)

◆ SetFriendsListStyle()

FFriendsAndChatStyle & FFriendsAndChatStyle::SetFriendsListStyle ( const FFriendsListStyle InFriendsListStyle)

◆ SetFriendsMarkupStyle()

FFriendsAndChatStyle & FFriendsAndChatStyle::SetFriendsMarkupStyle ( const FFriendsMarkupStyle InFriendsMarkupStyle)

◆ SetLargeFriendsFontStyle()

FFriendsAndChatStyle & FFriendsAndChatStyle::SetLargeFriendsFontStyle ( const FFriendsFontStyle FontStyle)

◆ SetNormalFriendsFontStyle()

FFriendsAndChatStyle & FFriendsAndChatStyle::SetNormalFriendsFontStyle ( const FFriendsFontStyle FontStyle)

◆ SetRadioBoxStyle()

FFriendsAndChatStyle & FFriendsAndChatStyle::SetRadioBoxStyle ( const FCheckBoxStyle InRadioBoxStyle)

◆ SetScrollbarStyle()

FFriendsAndChatStyle & FFriendsAndChatStyle::SetScrollbarStyle ( const FScrollBarStyle InScrollBarStyle)

◆ SetSmallFriendsFontStyle()

FFriendsAndChatStyle & FFriendsAndChatStyle::SetSmallFriendsFontStyle ( const FFriendsFontStyle FontStyle)

Member Data Documentation

◆ ActionButtonStyle

FButtonStyle FFriendsAndChatStyle::ActionButtonStyle

SFriendActions Action Button style

◆ ChatFontStyle

FFriendsFontStyle FFriendsAndChatStyle::ChatFontStyle

◆ CheckBoxStyle

FCheckBoxStyle FFriendsAndChatStyle::CheckBoxStyle

◆ FriendsChatChromeStyle

FFriendsChatChromeStyle FFriendsAndChatStyle::FriendsChatChromeStyle

◆ FriendsChatStyle

FFriendsChatStyle FFriendsAndChatStyle::FriendsChatStyle

◆ FriendsLargeFontStyle

FFriendsFontStyle FFriendsAndChatStyle::FriendsLargeFontStyle

◆ FriendsListStyle

FFriendsListStyle FFriendsAndChatStyle::FriendsListStyle

◆ FriendsMarkupStyle

FFriendsMarkupStyle FFriendsAndChatStyle::FriendsMarkupStyle

◆ FriendsNormalFontStyle

FFriendsFontStyle FFriendsAndChatStyle::FriendsNormalFontStyle

◆ FriendsSmallFontStyle

FFriendsFontStyle FFriendsAndChatStyle::FriendsSmallFontStyle

◆ RadioBoxStyle

FCheckBoxStyle FFriendsAndChatStyle::RadioBoxStyle

◆ ScrollBarStyle

FScrollBarStyle FFriendsAndChatStyle::ScrollBarStyle

◆ TypeName

const FName FFriendsAndChatStyle::TypeName
static

The documentation for this struct was generated from the following files: