Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FLocalPlayerContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Getter for this player's HUD | Engine/LocalPlayer.h | ||
T * GetHUD
(
bool bCastChecked |
Templated Getter for the HUD | Engine/LocalPlayer.h |
GetHUD()
Description
Getter for this player's HUD
| Name | GetHUD |
| 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 |
AHUD * GetHUD() const
GetHUD(bool)
Description
Templated Getter for the HUD
| Name | GetHUD |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/LocalPlayer.h |
| Include Path | #include "Engine/LocalPlayer.h" |
template<class T>
T * GetHUD
(
bool bCastChecked
) const