unreal.TemplateString

class unreal.TemplateString(template: str = '', resolved: Text = '')

Bases: StructBase

Structure for templated strings that are displayed in the editor with a allowed args.

C++ Source:

  • Module: CoreUObject

  • File: NoExportTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • resolved (Text): [Read-Only] The resolved (localizable) string.

  • template (str): [Read-Write] The format string.

property resolved: Text

[Read-Only] The resolved (localizable) string.

Type:

(Text)

property template: str

[Read-Write] The format string.

Type:

(str)