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