Navigation
API > API/Plugins > API/Plugins/SlateInspectorToolset > API/Plugins/SlateInspectorToolset/USlateInspectorToolset
Description
Select an option in a Slate combobox by its text label. Opens the dropdown, finds the matching text, and clicks it.
| Name | SelectOption |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Toolsets/SlateInspectorToolset/Source/SlateInspectorToolset/Public/SlateInspectorToolset.h |
| Include Path | #include "SlateInspectorToolset.h" |
| Source | /Engine/Plugins/Experimental/Toolsets/SlateInspectorToolset/Source/SlateInspectorToolset/Private/SlateInspectorToolset.cpp |
UFUNCTION (Meta=(AICallable), Category="SlateInspectorToolset")
static bool SelectOption
(
const FString & Ref,
const FString & Value
)
Parameters
| Name | Remarks |
|---|---|
| Ref | Slate combobox ref. |
| Value | Exact option text to select. |