![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <FriendsFontStyle.h>
Inheritance diagram for FFriendsFontStyle:Static Public Member Functions | |
| static const FFriendsFontStyle & | GetDefault () |
Static Public Attributes | |
| static const FName | TypeName |
Interface for the services manager.
|
inline |
|
inlinevirtual |
|
static |
Get the default style.
|
inlineoverridevirtual |
Override widget style function.
Reimplemented from FSlateWidgetStyle.
| FFriendsFontStyle & FFriendsFontStyle::SetChatFont | ( | const FSlateFontInfo & | InFontStyle | ) |
| FFriendsFontStyle & FFriendsFontStyle::SetDefaultDullFontColor | ( | const FLinearColor & | InFontColor | ) |
| FFriendsFontStyle & FFriendsFontStyle::SetDefaultFontColor | ( | const FLinearColor & | InFontColor | ) |
| FFriendsFontStyle & FFriendsFontStyle::SetFontLarge | ( | const FSlateFontInfo & | InFontStyle | ) |
| FFriendsFontStyle & FFriendsFontStyle::SetFontLargeBold | ( | const FSlateFontInfo & | InFontStyle | ) |
| FFriendsFontStyle & FFriendsFontStyle::SetFontNormal | ( | const FSlateFontInfo & | InFontStyle | ) |
| FFriendsFontStyle & FFriendsFontStyle::SetFontNormalBold | ( | const FSlateFontInfo & | InFontStyle | ) |
| FFriendsFontStyle & FFriendsFontStyle::SetFontSmall | ( | const FSlateFontInfo & | InFontStyle | ) |
| FFriendsFontStyle & FFriendsFontStyle::SetFontSmallBold | ( | const FSlateFontInfo & | InFontStyle | ) |
| FFriendsFontStyle & FFriendsFontStyle::SetInvertedFontColor | ( | const FLinearColor & | InFontColor | ) |
| FLinearColor FFriendsFontStyle::DefaultDullFontColor |
| FLinearColor FFriendsFontStyle::DefaultFontColor |
Default Font Color
| FSlateFontInfo FFriendsFontStyle::FriendsChatFont |
Font Style
| FSlateFontInfo FFriendsFontStyle::FriendsFontLarge |
Font Style
| FSlateFontInfo FFriendsFontStyle::FriendsFontLargeBold |
Font Style
| FSlateFontInfo FFriendsFontStyle::FriendsFontNormal |
Font Style
| FSlateFontInfo FFriendsFontStyle::FriendsFontNormalBold |
Font Style
| FSlateFontInfo FFriendsFontStyle::FriendsFontSmall |
Font Style
| FSlateFontInfo FFriendsFontStyle::FriendsFontSmallBold |
Font Style
| FLinearColor FFriendsFontStyle::InvertedFontColor |
|
static |