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

#include <FriendsFontStyle.h>

+ Inheritance diagram for FFriendsFontStyle:

Public Member Functions

 FFriendsFontStyle ()
 
virtual ~FFriendsFontStyle ()
 
virtual void GetResources (TArray< const FSlateBrush * > &OutBrushes) const override
 
virtual const FName GetTypeName () const override
 
FFriendsFontStyleSetFontSmall (const FSlateFontInfo &InFontStyle)
 
FFriendsFontStyleSetFontSmallBold (const FSlateFontInfo &InFontStyle)
 
FFriendsFontStyleSetFontNormal (const FSlateFontInfo &InFontStyle)
 
FFriendsFontStyleSetFontNormalBold (const FSlateFontInfo &InFontStyle)
 
FFriendsFontStyleSetFontLarge (const FSlateFontInfo &InFontStyle)
 
FFriendsFontStyleSetFontLargeBold (const FSlateFontInfo &InFontStyle)
 
FFriendsFontStyleSetChatFont (const FSlateFontInfo &InFontStyle)
 
FFriendsFontStyleSetDefaultFontColor (const FLinearColor &InFontColor)
 
FFriendsFontStyleSetInvertedFontColor (const FLinearColor &InFontColor)
 
FFriendsFontStyleSetDefaultDullFontColor (const FLinearColor &InFontColor)
 
- Public Member Functions inherited from FSlateWidgetStyle
SLATECORE_API FSlateWidgetStyle ()
 
virtual SLATECORE_API ~FSlateWidgetStyle ()
 

Static Public Member Functions

static const FFriendsFontStyleGetDefault ()
 

Public Attributes

FSlateFontInfo FriendsFontSmall
 
FSlateFontInfo FriendsFontSmallBold
 
FSlateFontInfo FriendsFontNormal
 
FSlateFontInfo FriendsFontNormalBold
 
FSlateFontInfo FriendsFontLarge
 
FSlateFontInfo FriendsFontLargeBold
 
FSlateFontInfo FriendsChatFont
 
FLinearColor DefaultFontColor
 
FLinearColor InvertedFontColor
 
FLinearColor DefaultDullFontColor
 

Static Public Attributes

static const FName TypeName
 

Detailed Description

Interface for the services manager.

Constructor & Destructor Documentation

◆ FFriendsFontStyle()

FFriendsFontStyle::FFriendsFontStyle ( )
inline

◆ ~FFriendsFontStyle()

virtual FFriendsFontStyle::~FFriendsFontStyle ( )
inlinevirtual

Member Function Documentation

◆ GetDefault()

const FFriendsFontStyle & FFriendsFontStyle::GetDefault ( )
static

Get the default style.

Returns
the default style

◆ GetResources()

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

Override widget style function.

Reimplemented from FSlateWidgetStyle.

◆ GetTypeName()

virtual const FName FFriendsFontStyle::GetTypeName ( ) const
inlineoverridevirtual

Get the type name.

Returns
the type name

Reimplemented from FSlateWidgetStyle.

◆ SetChatFont()

FFriendsFontStyle & FFriendsFontStyle::SetChatFont ( const FSlateFontInfo InFontStyle)

◆ SetDefaultDullFontColor()

FFriendsFontStyle & FFriendsFontStyle::SetDefaultDullFontColor ( const FLinearColor InFontColor)

◆ SetDefaultFontColor()

FFriendsFontStyle & FFriendsFontStyle::SetDefaultFontColor ( const FLinearColor InFontColor)

◆ SetFontLarge()

FFriendsFontStyle & FFriendsFontStyle::SetFontLarge ( const FSlateFontInfo InFontStyle)

◆ SetFontLargeBold()

FFriendsFontStyle & FFriendsFontStyle::SetFontLargeBold ( const FSlateFontInfo InFontStyle)

◆ SetFontNormal()

FFriendsFontStyle & FFriendsFontStyle::SetFontNormal ( const FSlateFontInfo InFontStyle)

◆ SetFontNormalBold()

FFriendsFontStyle & FFriendsFontStyle::SetFontNormalBold ( const FSlateFontInfo InFontStyle)

◆ SetFontSmall()

FFriendsFontStyle & FFriendsFontStyle::SetFontSmall ( const FSlateFontInfo InFontStyle)

◆ SetFontSmallBold()

FFriendsFontStyle & FFriendsFontStyle::SetFontSmallBold ( const FSlateFontInfo InFontStyle)

◆ SetInvertedFontColor()

FFriendsFontStyle & FFriendsFontStyle::SetInvertedFontColor ( const FLinearColor InFontColor)

Member Data Documentation

◆ DefaultDullFontColor

FLinearColor FFriendsFontStyle::DefaultDullFontColor

◆ DefaultFontColor

FLinearColor FFriendsFontStyle::DefaultFontColor

Default Font Color

◆ FriendsChatFont

FSlateFontInfo FFriendsFontStyle::FriendsChatFont

Font Style

◆ FriendsFontLarge

FSlateFontInfo FFriendsFontStyle::FriendsFontLarge

Font Style

◆ FriendsFontLargeBold

FSlateFontInfo FFriendsFontStyle::FriendsFontLargeBold

Font Style

◆ FriendsFontNormal

FSlateFontInfo FFriendsFontStyle::FriendsFontNormal

Font Style

◆ FriendsFontNormalBold

FSlateFontInfo FFriendsFontStyle::FriendsFontNormalBold

Font Style

◆ FriendsFontSmall

FSlateFontInfo FFriendsFontStyle::FriendsFontSmall

Font Style

◆ FriendsFontSmallBold

FSlateFontInfo FFriendsFontStyle::FriendsFontSmallBold

Font Style

◆ InvertedFontColor

FLinearColor FFriendsFontStyle::InvertedFontColor

◆ TypeName

const FName FFriendsFontStyle::TypeName
static

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