To Slug
PureToSlugConverts a string to a URL-friendly slug (lowercase, hyphens, no special characters).
Type: Pure (no side effects)
Category: Fortuna|String & Text
Keywords: string & text
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Input | FString | — | Input parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FString | ReturnValue output |
Example Use Cases
Example 1
Generate save file names from level names.
Example 2
Create unique identifiers from display names.