12#include "CoreMinimal.h"
13#include "Engine/DataAsset.h"
14#include "Types/WSEnums.h"
15#include "Engine/Font.h"
16#include "WSTypography.generated.h"
26 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Typography")
27 EFontWeight Weight = EFontWeight::Regular;
29 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Typography")
32 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Typography")
33 int32 LetterSpacing = 0;
46 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Typography")
49 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Typography")
52 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Typography")
55 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Typography")
58 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Typography")
61 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Typography")
64 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Typography")
67 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Typography")
70 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Typography")
73 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Typography")
76 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Typography")
79 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Typography")
82 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Typography")
85 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Typography")
Struct with font weight, size, and letter spacing.
Definition: WSTypography.h:23