Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Application > API/Runtime/Slate/Framework/Application/FSlateApplication
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FSlateUser > | GetOrCreateUser
(
int32 UserIndex |
Locates the SlateUser object corresponding to the index, creating a new one if it doesn't exist. | |
| TSharedRef< FSlateUser > | GetOrCreateUser
(
FPlatformUserId PlatformUserId |
Locates the SlateUser object corresponding to the index, creating a new one if it doesn't exist. | |
| TSharedRef< FSlateUser > | GetOrCreateUser
(
FInputDeviceId DeviceId |
Locates the SlateUser object corresponding to the input device id, creating a new one if it doesn't exist. | |
| TSharedRef< FSlateUser > | GetOrCreateUser
(
const FInputEvent& InputEvent |