unreal.TemplateString¶
- class unreal.TemplateString(template: str = '', resolved: Text = '')¶
Bases:
StructBaseStructure 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.