unreal.TemplateString

class unreal.TemplateString(template: str = '')

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)

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

property template: str

[Read-Write] Template: The format string.

Type:

(str)