Navigation
API > API/Plugins > API/Plugins/SlateIM > API/Plugins/SlateIM/FSlateIMWidgetWithCommandBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlateIMWidgetWithCommandBase
(
const TCHAR* Command, |
SlateIMWidgetBase.h | ||
FSlateIMWidgetWithCommandBase
(
const FStringView& WidgetName, |
SlateIMWidgetBase.h |
FSlateIMWidgetWithCommandBase(const TCHAR , const TCHAR )
| Name | FSlateIMWidgetWithCommandBase |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SlateIM/Source/SlateIM/Public/SlateIMWidgetBase.h |
| Include Path | #include "SlateIMWidgetBase.h" |
| Source | /Engine/Plugins/Experimental/SlateIM/Source/SlateIM/Private/SlateIMWidgetBase.cpp |
FSlateIMWidgetWithCommandBase
(
const TCHAR * Command,
const TCHAR * CommandHelp
)
FSlateIMWidgetWithCommandBase(const FStringView &, const TCHAR , const TCHAR )
| Name | FSlateIMWidgetWithCommandBase |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SlateIM/Source/SlateIM/Public/SlateIMWidgetBase.h |
| Include Path | #include "SlateIMWidgetBase.h" |
| Source | /Engine/Plugins/Experimental/SlateIM/Source/SlateIM/Private/SlateIMWidgetBase.cpp |
FSlateIMWidgetWithCommandBase
(
const FStringView & WidgetName,
const TCHAR * Command,
const TCHAR * CommandHelp
)