The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

Template:Dot

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search

 ·

[edit] Documentation

Inserts a bold middot character surrounded by spaces. The space before the bullet is non-breaking, so if the dot needs to be wrapped to a new line, the word before it will also go to the new line.

Usage[edit]

Foo{{dot}}Bar{{dot}}Baz

Foo · Bar · Baz

If the line needs to be wrapped, the output may look like this:

Foo ·
Bar · Baz

Unless you leave a space before the template, the dot will always be on the same line as the word right before it.

See also[edit]