Navigation
| Name | SlateIM |
| Type | Plugin |
| Part of Plugins | SlateIM |
| Location | /Engine/Plugins/Experimental/SlateIM/Source/SlateIM/ |
| Module Build Rules | SlateIM.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FSlateIMExposedBase | Specialized version of FSlateIMWidgetBase that exposes the resulting widget for embedding in other slate widgets |
| FSlateIMModule | |
| FSlateIMNomadTabBase | Specialized version of FSlateIMWidgetBase that draws in a nomad (dockable) tab and disables itself when the user closes the window |
| FSlateIMStringFilter | SlateIM filter utility class for filtering FStrings in immediate-mode menus. |
| FSlateImTextFilter | Base template class for SlateIM text filters. |
| FSlateIMWidgetBase | A utility base class for creating SlateIM-based tools. |
| FSlateIMWidgetWithCommandBase | Specialized version of FSlateIMWidgetBase that auto registers a command to toggle this widget |
| FSlateIMWindowBase | Specialized version of FSlateIMWidgetBase that draws in a window and disables itself when the user closes the window |
Structs
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| EFocusDepth | ESlateIMFocusDepth | SlateIMParametersFwd.h | |
| FBorderParams | FSlateIMBorderParams | SlateIMParametersFwd.h | |
| FGraphLinePointsParams | FSlateIMGraphLinePointsParams | SlateIMParametersFwd.h | |
| FGraphLineValuesParams | FSlateIMGraphLineValuesParams | SlateIMParametersFwd.h | |
| FImageParams | FSlateIMImageParams | SlateIMParametersFwd.h | |
| FPopUpParams | FSlateIMPopUpParams | SlateIMParametersFwd.h | |
| FScrollBoxParams | FSlateIMScrollBoxParams | SlateIMParametersFwd.h | |
| FViewportParams | FSlateIMViewportParams | SlateIMParametersFwd.h | |
| FViewportRootLayout | FSlateIMViewportRootLayout | SlateIMParametersFwd.h |
Enums
Public
| Name | Remarks |
|---|---|
| ESlateIMFocusDepth |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SlateIM::BeginViewportRoot
(
FName UniqueName, |
Begins a SlateIM root in the provided in editor viewport | SlateIM.h | |
bool SlateIM::BeginViewportRoot
(
FName UniqueName, |
Begins a SlateIM root in the provided in editor viewport | SlateIM.h | |
bool SlateIM::SpinBox
(
InNumericType& InOutValue, |
Display a spin box | SlateIM.h | |
bool SlateIM::SpinBox
(
float& InOutValue, |
Display a float-based spin box | SlateIM.h | |
bool SlateIM::SpinBox
(
double& InOutValue, |
Display a double-based spin box | SlateIM.h | |
bool SlateIM::SpinBox
(
int32& InOutValue, |
Display an int32-based spin box | SlateIM.h | |
bool SlateIM::TextFilter
(
FSlateImTextFilter< ItemType >& InFilter, |
Text filter input box that updates the filter when text changes. | SlateIM.h | |
bool SlateIM::TextFilter
(
FSlateImTextFilter< ItemType >& InFilter, |
Text filter input box that updates the filter when text changes. | SlateIM.h |