Config Read String
PureConfigReadStringReads a string value from a config (.ini) file.
Type: Pure (no side effects)
Category: Fortuna|Save/Load & Data
Keywords: save/load & data
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Section | FString | — | Section parameter |
| Key | FString | — | Key parameter |
| Filename | FString | 'Game' | Filename parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| Value | FString | Value output |
| bFound | bool | bFound output |
Example Use Cases
Example 1
Load user preferences from config.
Example 2
Read server address from a config file.