Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateApplication
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< const FSlateUser > GetUser
(
int32 UserIndex |
Gets the user at the given index, null if the user does not exist. | Framework/Application/SlateApplication.h | |
TSharedPtr< FSlateUser > GetUser
(
int32 UserIndex |
Framework/Application/SlateApplication.h | ||
TSharedPtr< FSlateUser > GetUser
(
FPlatformUserId PlatformUser |
Framework/Application/SlateApplication.h | ||
TSharedPtr< const FSlateUser > GetUser
(
const FInputEvent& InputEvent |
Framework/Application/SlateApplication.h | ||
TSharedPtr< FSlateUser > GetUser
(
const FInputEvent& InputEvent |
Framework/Application/SlateApplication.h |
GetUser(int32)
Description
Gets the user at the given index, null if the user does not exist.
| Name | GetUser |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include Path | #include "Framework/Application/SlateApplication.h" |
TSharedPtr < const FSlateUser > GetUser
(
int32 UserIndex
) const
GetUser(int32)
| Name | GetUser |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include Path | #include "Framework/Application/SlateApplication.h" |
TSharedPtr < FSlateUser > GetUser
(
int32 UserIndex
)
GetUser(FPlatformUserId)
| Name | GetUser |
| 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 |
TSharedPtr < FSlateUser > GetUser
(
FPlatformUserId PlatformUser
)
GetUser(const FInputEvent &)
| Name | GetUser |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include Path | #include "Framework/Application/SlateApplication.h" |
TSharedPtr < const FSlateUser > GetUser
(
const FInputEvent & InputEvent
) const
GetUser(const FInputEvent &)
| Name | GetUser |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include Path | #include "Framework/Application/SlateApplication.h" |
TSharedPtr < FSlateUser > GetUser
(
const FInputEvent & InputEvent
)