unreal.SlateInspectorToolsetFormField

class unreal.SlateInspectorToolsetFormField(ref: str = '', value: str = '', field_type: str = '')

Bases: StructBase

Describes a single form field for the FillForm tool.

C++ Source:

  • Plugin: SlateInspectorToolset

  • Module: SlateInspectorToolset

  • File: SlateInspectorToolset.h

Editor Properties: (see get_editor_property/set_editor_property)

  • field_type (str): [Read-Write] The type of field: “textbox”, “checkbox”, or “combobox”.

  • ref (str): [Read-Write] The ref identifier of the form field widget.

  • value (str): [Read-Write] The value to set.

property field_type: str

“textbox”, “checkbox”, or “combobox”.

Type:

(str)

Type:

[Read-Write] The type of field

property ref: str

[Read-Write] The ref identifier of the form field widget.

Type:

(str)

property value: str

[Read-Write] The value to set.

Type:

(str)