Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | FStyleDefaults |
| Type | class |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/StyleDefaults.h |
| Include Path | #include "Styling/StyleDefaults.h" |
Syntax
class FStyleDefaults
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DefaultColor | FLinearColor | Styling/StyleDefaults.h | |
| DefaultFloat | float | Styling/StyleDefaults.h | |
| DefaultFVector2D | FVector2f | Styling/StyleDefaults.h | |
| DefaultMargin | FMargin | Styling/StyleDefaults.h | |
| DefaultSlateColor | FSlateColor | Styling/StyleDefaults.h | |
| DefaultSound | FSlateSound | Styling/StyleDefaults.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FLinearColor & GetColor() |
Get default FLinearColor. | Styling/StyleDefaults.h | |
static float GetFloat() |
Return the static default float value. | Styling/StyleDefaults.h | |
static const FSlateFontInfo GetFontInfo
(
uint16 Size |
Get default font. | Styling/StyleDefaults.h | |
static const FMargin & GetMargin() |
Get default FMargin. | Styling/StyleDefaults.h | |
static const FSlateBrush * GetNoBrush() |
Styling/StyleDefaults.h | ||
static const FSlateColor & GetSlateColor() |
Get default Slate Color. | Styling/StyleDefaults.h | |
static const FSlateSound & GetSound() |
Return the static default sound value. | Styling/StyleDefaults.h | |
static const UE::Slate::FDeprecateVector2DResult GetVector2D() |
Get default FVector2D value. | Styling/StyleDefaults.h |