Number To Words
PureNumberToWordsConverts an integer to its English word representation.
Type: Pure (no side effects)
Category: Fortuna|String & Text
Keywords: string & text
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Value | int | — | Value parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FString | ReturnValue output |
Example Use Cases
Example 1
Narrator dialogue: 'You found three keys'.
Example 2
Formal document generation within a game.