Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Depth Field Glow Info' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| boolean | Enable Glow | Whether to turn on the outline glow (depth field fonts only) |
| linearcolor | Glow Color | Base color to use for the glow |
| vector2d struct | Glow Outer Radius | If bEnableGlow, outline glow outer radius (0 to 1, 0.5 is edge of character silhouette)glow influence will be 0 at GlowOuterRadius.X and 1 at GlowOuterRadius.Y |
| vector2d struct | Glow Inner Radius | If bEnableGlow, outline glow inner radius (0 to 1, 0.5 is edge of character silhouette)glow influence will be 1 at GlowInnerRadius.X and 0 at GlowInnerRadius.Y |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Depth Field Glow Info |