The settings for the Widget Studio Text. More...
#include <WSText.h>
Public Member Functions | |
| UPROPERTY (EditAnywhere, BlueprintReadWrite, Category="Widget Studio", Meta=(EditCondition="Type == EWSFontType::Custom", EditConditionHides)) FFontStyle CustomStyle | |
| A custom font style. More... | |
| UPROPERTY (EditAnywhere, BlueprintReadWrite, Category="Widget Studio|Text Wrap", Meta=(ClampMin="0", UIMin="0", ClampMax="10000", UIMax="10000", EditCondition="AutoWrapText == true", EditConditionHides)) float WrapTextAt | |
| Manually wraps the text at the given distance. More... | |
| UPROPERTY (EditAnywhere, BlueprintReadWrite, Category="Widget Studio|Text Wrap", Meta=(EditCondition="AutoWrapText == true", EditConditionHides)) ETextWrappingPolicy WrappingPolicy | |
| How the text should wrap. | |
| FWSTextStyle (const EWSFontType InType=EWSFontType::Body1, const FFontStyle &InCustomStyle=FFontStyle(), const EFontCase InCase=EFontCase::Sentence, const ETextJustify::Type InJustification=ETextJustify::Left, const bool InAutoWrapText=true, const float InWrapTextAt=0, const ETextWrappingPolicy InWrappingPolicy=ETextWrappingPolicy::DefaultWrapping) | |
The settings for the Widget Studio Text.
| FWSTextStyle::UPROPERTY | ( | EditAnywhere | , |
| BlueprintReadWrite | , | ||
| Category | = "Widget Studio", |
||
| Meta | = (EditCondition="Type == EWSFontType::Custom", EditConditionHides) |
||
| ) |
A custom font style.
Useful for one-off styles.
| FWSTextStyle::UPROPERTY | ( | EditAnywhere | , |
| BlueprintReadWrite | , | ||
| Category | = "Widget Studio|Text Wrap", |
||
| Meta | = (ClampMin="0", UIMin="0", ClampMax="10000", UIMax="10000", EditCondition="AutoWrapText == true", EditConditionHides) |
||
| ) |
Manually wraps the text at the given distance.
Ignored if set to 0.