Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ULocalPlayer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSubsystemClass * GetSubsystem () |
Get a Subsystem of specified type | Engine/LocalPlayer.h | |
static TSubsystemClass * GetSubsystem
(
const ULocalPlayer* LocalPlayer |
Get a Subsystem of specified type from the provided LocalPlayer returns nullptr if the Subsystem cannot be found or the LocalPlayer is null | Engine/LocalPlayer.h |
GetSubsystem()
Description
Get a Subsystem of specified type
| Name | GetSubsystem |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/LocalPlayer.h |
| Include Path | #include "Engine/LocalPlayer.h" |
template<typename TSubsystemClass>
TSubsystemClass * GetSubsystem() const
GetSubsystem(const ULocalPlayer *)
Description
Get a Subsystem of specified type from the provided LocalPlayer returns nullptr if the Subsystem cannot be found or the LocalPlayer is null
| Name | GetSubsystem |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/LocalPlayer.h |
| Include Path | #include "Engine/LocalPlayer.h" |
template<typename TSubsystemClass>
static TSubsystemClass * GetSubsystem
(
const ULocalPlayer * LocalPlayer
)