12#include "CoreMinimal.h"
13#include "Engine/DataAsset.h"
14#include "WSTheme.generated.h"
25 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Accent", Meta=(HideAlphaChannel=
"true"))
26 FLinearColor PrimaryAccent;
28 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Accent", Meta=(HideAlphaChannel=
"true"))
29 FLinearColor SecondaryAccent;
31 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Content", Meta=(HideAlphaChannel=
"true"))
32 FLinearColor PrimaryContent;
34 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Content", Meta=(HideAlphaChannel=
"true"))
35 FLinearColor SecondaryContent;
37 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Content", Meta=(HideAlphaChannel=
"true"))
38 FLinearColor TertiaryContent;
40 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Background", Meta=(HideAlphaChannel=
"true"))
41 FLinearColor PrimaryBackground;
43 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Background", Meta=(HideAlphaChannel=
"true"))
44 FLinearColor SecondaryBackground;
46 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Background", Meta=(HideAlphaChannel=
"true"))
47 FLinearColor TertiaryBackground;