Navigation
API > API/Plugins > API/Plugins/AvalancheText
References
| Module | AvalancheText |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheText/Public/AvaTextDefs.h |
| Include | #include "AvaTextDefs.h" |
Syntax
USTRUCT (BlueprintType )
struct FAvaLinearGradientSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | ColorA | ||
| FLinearColor | ColorB | ||
| EAvaGradientDirection | Direction | ||
| float | Offset | ||
| float | Rotation | ||
| float | Smoothness |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FAvaLinearGradientSettings& Other |