Markdown To Rich Text
PureMarkdownToRichTextConverts a subset of Markdown syntax to Unreal Engine Rich Text markup, including **bold**, *italic*, and `code` spans.
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
Display formatted help text from a data table without authoring raw Rich Text tags.
Example 2
Render item descriptions written in Markdown.