Navigation
API > API/Plugins > API/Plugins/SlateIM
Specialized version of FSlateIMWidgetBase that draws in a nomad (dockable) tab and disables itself when the user closes the window
| Name | FSlateIMNomadTabBase |
| Type | class |
| Header File | /Engine/Plugins/Experimental/SlateIM/Source/SlateIM/Public/SlateIMWidgetBase.h |
| Include Path | #include "SlateIMWidgetBase.h" |
Syntax
class FSlateIMNomadTabBase : public FSlateIMWidgetWithCommandBase
Inheritance Hierarchy
- FSlateIMWidgetBase → FSlateIMWidgetWithCommandBase → FSlateIMNomadTabBase
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlateIMNomadTabBase
(
FStringView TabTitle, |
SlateIMWidgetBase.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FSlateIMNomadTabBase() |
SlateIMWidgetBase.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RootTab | TWeakPtr< SDockTab > | SlateIMWidgetBase.h | ||
| TabContent | TWeakPtr< SWidget > | SlateIMWidgetBase.h |
Functions
Public
Public Virtual
Overridden from FSlateIMWidgetBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DisableWidget() |
SlateIMWidgetBase.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawContent
(
float DeltaTime |
SlateIMWidgetBase.h |