Navigation
API > API/Plugins > API/Plugins/SlateInspectorToolset
Describes a single form field for the FillForm tool.
| Name | FSlateInspectorToolsetFormField |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Toolsets/SlateInspectorToolset/Source/SlateInspectorToolset/Public/SlateInspectorToolset.h |
| Include Path | #include "SlateInspectorToolset.h" |
Syntax
USTRUCT (BlueprintType )
struct FSlateInspectorToolsetFormField
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FieldType | FString | The type of field: "textbox", "checkbox", or "combobox". | SlateInspectorToolset.h |
|
| Ref | FString | The ref identifier of the form field widget. | SlateInspectorToolset.h |
|
| Value | FString | The value to set. | SlateInspectorToolset.h |
|