Hex To Linear Color
PureHexToLinearColorConverts a hex color string to FLinearColor. Supports with/without '#' and 6 or 8 character formats.
Type: Pure (no side effects)
Category: Fortuna|Color & Visual
Keywords: color & visual
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| HexString | FString | — | HexString parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FLinearColor | ReturnValue output |
| bValid | bool | bValid output |
Example Use Cases
Example 1
Load color themes from a config file.
Example 2
Parse designer-specified colors from a spreadsheet.