Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ULocalPlayer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< FSlateUser > GetSlateUser () |
Get the SlateUser that this LocalPlayer corresponds to | Engine/LocalPlayer.h | |
virtual TSharedPtr< const FSlateUser > GetSlateUser () |
Engine/LocalPlayer.h |
GetSlateUser()
Description
Get the SlateUser that this LocalPlayer corresponds to
| Name | GetSlateUser |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/LocalPlayer.h |
| Include Path | #include "Engine/LocalPlayer.h" |
| Source | /Engine/Source/Runtime/Engine/Private/LocalPlayer.cpp |
virtual TSharedPtr < FSlateUser > GetSlateUser()
GetSlateUser()
| Name | GetSlateUser |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/LocalPlayer.h |
| Include Path | #include "Engine/LocalPlayer.h" |
| Source | /Engine/Source/Runtime/Engine/Private/LocalPlayer.cpp |
virtual TSharedPtr < const FSlateUser > GetSlateUser() const