Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateUser
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FSlateUser > Create
(
int32 InUserIndex, |
Framework/Application/SlateUser.h | ||
static TSharedRef< FSlateUser > Create
(
FPlatformUserId InPlatformUserId, |
Framework/Application/SlateUser.h |
Create(int32, TSharedPtr< ICursor >)
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateUser.h |
| Include Path | #include "Framework/Application/SlateUser.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateUser.cpp |
static TSharedRef < FSlateUser > Create
(
int32 InUserIndex,
TSharedPtr < ICursor > InCursor
)
Create(FPlatformUserId, TSharedPtr< ICursor >)
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateUser.h |
| Include Path | #include "Framework/Application/SlateUser.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateUser.cpp |
static TSharedRef < FSlateUser > Create
(
FPlatformUserId InPlatformUserId,
TSharedPtr < ICursor > InCursor
)