To Roman Numeral
PureToRomanNumeralConverts an integer (1-3999) to a Roman numeral string.
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
Display 'Chapter IV' in a book-themed game.
Example 2
Level numbering in a classic RPG style.