Navigation
API > API/Plugins > API/Plugins/SlateIM
Overloads
| 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 |
SlateIM::BeginViewportRoot(FName, TSharedPtr< IAssetViewport >, const FViewportRootLayout &)
Description
Begins a SlateIM root in the provided in editor viewport
Please use the method below with the struct-parameter.
Not available in BPFL: TSharedPtr
| Name | SlateIM::BeginViewportRoot |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SlateIM/Source/SlateIM/Public/SlateIM.h |
| Include Path | #include "SlateIM.h" |
namespace SlateIM
{
bool SlateIM::BeginViewportRoot
(
FName UniqueName,
TSharedPtr < IAssetViewport > AssetViewport,
const FViewportRootLayout & Layout
)
}
Whether the root is valid and updating
Parameters
| Name | Remarks |
|---|---|
| UniqueName | Unique identifier for this root. Must be globally unique within the same editor session |
| AssetViewport | The editor viewpor to add the SlateIM content to |
| Layout | How to lay out the root within the viewport |
SlateIM::BeginViewportRoot(FName, TSharedPtr< IAssetViewport >, const FViewportParams &)
Description
Begins a SlateIM root in the provided in editor viewport
Not available in BPFL: TSharedPtr
| Name | SlateIM::BeginViewportRoot |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SlateIM/Source/SlateIM/Public/SlateIM.h |
| Include Path | #include "SlateIM.h" |
namespace SlateIM
{
bool SlateIM::BeginViewportRoot
(
FName UniqueName,
TSharedPtr < IAssetViewport > AssetViewport,
const FViewportParams & Params
)
}
Whether the root is valid and updating
Parameters
| Name | Remarks |
|---|---|
| UniqueName | Unique identifier for this root. Must be globally unique within the same editor session |
| AssetViewport | The editor viewpor to add the SlateIM content to |
| Params | (optional) Additional parameters to create the root. |