UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FStyleDefaults Class Reference

#include <StyleDefaults.h>

Static Public Member Functions

static float GetFloat ()
 
static const UE::Slate::FDeprecateVector2DResult GetVector2D ()
 
static const FLinearColorGetColor ()
 
static const FSlateColorGetSlateColor ()
 
static const FMarginGetMargin ()
 
static SLATECORE_API const FSlateBrushGetNoBrush ()
 
static SLATECORE_API const FSlateFontInfo GetFontInfo (uint16 Size=10)
 
static const FSlateSoundGetSound ()
 

Member Function Documentation

◆ GetColor()

static const FLinearColor & FStyleDefaults::GetColor ( )
inlinestatic

Get default FLinearColor.

Returns
- The default FLinearColor.

◆ GetFloat()

static float FStyleDefaults::GetFloat ( )
inlinestatic

Return the static default float value.

Returns
- The static default float value.

◆ GetFontInfo()

const FSlateFontInfo FStyleDefaults::GetFontInfo ( uint16  Size = 10)
static

Get default font.

Returns
- The default font.

◆ GetMargin()

static const FMargin & FStyleDefaults::GetMargin ( )
inlinestatic

Get default FMargin.

Returns
- The default FMargin value.

◆ GetNoBrush()

const FSlateBrush * FStyleDefaults::GetNoBrush ( )
static
Returns
- Returns no brush.

◆ GetSlateColor()

static const FSlateColor & FStyleDefaults::GetSlateColor ( )
inlinestatic

Get default Slate Color.

Returns
- The default Slate color.

◆ GetSound()

static const FSlateSound & FStyleDefaults::GetSound ( )
inlinestatic

Return the static default sound value.

Returns
- The static default sound value.

◆ GetVector2D()

static const UE::Slate::FDeprecateVector2DResult FStyleDefaults::GetVector2D ( )
inlinestatic

Get default FVector2D value.

Returns
- The default FVector2D.

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