Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/StyleDefaults.h |
| Include | #include "Styling/StyleDefaults.h" |
Syntax
class FStyleDefaults
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FLinearColor & | GetColor () |
Get default FLinearColor. | |
| float | GetFloat () |
Return the static default float value. | |
| const FSlateFontInfo | GetFontInfo
(
uint16 Size |
Get default font. | |
| const FMargin & | GetMargin () |
Get default FMargin. | |
| const FSlateBrush * | GetNoBrush () |
||
| const FSlateColor & | Get default Slate Color. | ||
| const FSlateSound & | GetSound () |
Return the static default sound value. | |
| const FVector2D | GetVector2D () |
Get default FVector2D value. |
Constants
| Name | Description |
|---|---|
| DefaultColor | |
| DefaultFloat | |
| DefaultFVector2D | |
| DefaultMargin | |
| DefaultSlateColor | |
| DefaultSound |