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:
StructBaseMetadata 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 pluginsdefault_template_name(Text): [Read-Write] Default plugin name. Typically a prefix.description(Text): [Read-Write] Description of this template in the GUIname(Text): [Read-Write] Name of this template in the GUIon_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)