Linear Color To Hex
PureLinearColorToHexConverts an FLinearColor to a hex string.
Type: Pure (no side effects)
Category: Fortuna|Color & Visual
Keywords: color & visual
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Color | FLinearColor | — | Color parameter |
| bIncludeAlpha | bool | false | bIncludeAlpha parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FString | ReturnValue output |
Example Use Cases
Example 1
Save color preferences to a config file.
Example 2
Display color values in a debug panel.