unreal.PluginTemplateDescriptionToolsetInfo

class unreal.PluginTemplateDescriptionToolsetInfo(name: Text = '', description: Text = '', on_disk_path: str = '', default_template_name: Text = '', can_be_placed_in_engine: bool = False)

Bases: StructBase

Metadata about a plugin template description.

C++ Source:

  • Plugin: PluginToolset

  • Module: PluginToolset

  • File: PluginToolset.h

Editor Properties: (see get_editor_property/set_editor_property)

  • can_be_placed_in_engine (bool): [Read-Write] Whether or not this template can be used for Engine plugins

  • default_template_name (Text): [Read-Write] Default plugin name. Typically a prefix.

  • description (Text): [Read-Write] Description of this template in the GUI

  • name (Text): [Read-Write] Name of this template in the GUI

  • on_disk_path (str): [Read-Write] Path to the directory containing template files.

property can_be_placed_in_engine: bool

[Read-Only] Whether or not this template can be used for Engine plugins

Type:

(bool)

property default_template_name: Text

[Read-Only] Default plugin name. Typically a prefix.

Type:

(Text)

property description: Text

[Read-Only] Description of this template in the GUI

Type:

(Text)

property name: Text

[Read-Only] Name of this template in the GUI

Type:

(Text)

property on_disk_path: str

[Read-Only] Path to the directory containing template files.

Type:

(str)