Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateApplication
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< FSlateUser > GetOrCreateUser
(
int32 UserIndex |
Locates the SlateUser object corresponding to the index, creating a new one if it doesn't exist. | Framework/Application/SlateApplication.h | |
TSharedRef< FSlateUser > GetOrCreateUser
(
FPlatformUserId PlatformUserId |
Locates the SlateUser object corresponding to the index, creating a new one if it doesn't exist. | Framework/Application/SlateApplication.h | |
TSharedRef< FSlateUser > GetOrCreateUser
(
FInputDeviceId DeviceId |
Locates the SlateUser object corresponding to the input device id, creating a new one if it doesn't exist. | Framework/Application/SlateApplication.h | |
TSharedRef< FSlateUser > GetOrCreateUser
(
const FInputEvent& InputEvent |
Framework/Application/SlateApplication.h |
GetOrCreateUser(int32)
Description
Locates the SlateUser object corresponding to the index, creating a new one if it doesn't exist. Asserts if given an invalid (ie, negative) index.
| Name | GetOrCreateUser |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include Path | #include "Framework/Application/SlateApplication.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp |
TSharedRef < FSlateUser > GetOrCreateUser
(
int32 UserIndex
)
GetOrCreateUser(FPlatformUserId)
Description
Locates the SlateUser object corresponding to the index, creating a new one if it doesn't exist. Asserts if given an invalid (ie, negative) index.
| Name | GetOrCreateUser |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include Path | #include "Framework/Application/SlateApplication.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp |
TSharedRef < FSlateUser > GetOrCreateUser
(
FPlatformUserId PlatformUserId
)
GetOrCreateUser(FInputDeviceId)
Description
Locates the SlateUser object corresponding to the input device id, creating a new one if it doesn't exist. This will call GetOrCreateUser for the owning Platform User of the given input device. Asserts if given an invalid (ie, negative) index.
| Name | GetOrCreateUser |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include Path | #include "Framework/Application/SlateApplication.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp |
TSharedRef < FSlateUser > GetOrCreateUser
(
FInputDeviceId DeviceId
)
GetOrCreateUser(const FInputEvent &)
| Name | GetOrCreateUser |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include Path | #include "Framework/Application/SlateApplication.h" |
TSharedRef < FSlateUser > GetOrCreateUser
(
const FInputEvent & InputEvent
)