Navigation
API > API/Plugins > API/Plugins/SlateIMInGame
| |
|
| Name |
ASlateIMInGameWindow |
| Type |
class |
| Header File |
/Engine/Plugins/Experimental/SlateIM/Source/SlateIMInGame/Public/SlateIMInGameWindow.h |
| Include Path |
#include "SlateIMInGameWindow.h" |
Syntax
UCLASS (MinimalAPI)
class ASlateIMInGameWindow : public ASlateIMInGameWidgetBase
Inheritance Hierarchy
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bDestroyRequested |
bool |
|
SlateIMInGameWindow.h |
|
| WindowName |
FName |
|
SlateIMInGameWindow.h |
|
| WindowSize |
FVector2f |
|
SlateIMInGameWindow.h |
|
| WindowTitle |
FString |
|
SlateIMInGameWindow.h |
|
Functions
Protected
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void Init
(
const FName& InWindowName,
const FStringView& InWindowTitle
)
|
|
SlateIMInGameWindow.h |
|
Protected Virtual
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual void DrawContent
(
const float DeltaTime
)
|
|
SlateIMInGameWindow.h |
|