unreal.SlateInspectorToolsetFormField¶
- class unreal.SlateInspectorToolsetFormField(ref: str = '', value: str = '', field_type: str = '')¶
Bases:
StructBaseDescribes 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.