Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Font Outline Settings' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Font Outline Settings |
Outputs
| Type | Name | Description |
|---|---|---|
| integer | Outline Size | Size of the outline in slate units (at 1.0 font scale this unit is a pixel) |
| boolean | Mitered Corners | When enabled, outlines have sharp mitered corners, otherwise they are rounded. |
| boolean | Separate Fill Alpha | When enabled the outline will be completely translucent where the filled area will be. This allows for a separate fill alpha valueThe trade off when enabling this is slightly worse quality for completely opaque fills where the inner outline border meets the fill area |
| boolean | Apply Outline To Drop Shadows | When enabled the outline will be applied to any drop shadow that uses this font |
| object | Outline Material | Optional material to apply to the outline |
| linearcolor | Outline Color | The color of the outline for any character in this font |