To Title Case
PureToTitleCaseConverts a string to title case (capitalizes the first letter of each word).
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
Format item names for display.
Example 2
Clean up user-entered character names.