7#include "LocalPlayerSubsystem.generated.h"
16UCLASS(Abstract, Within = LocalPlayer, MinimalAPI)
24 template<
typename LocalPlayerType = ULocalPlayer>
30 template<
typename LocalPlayerType = ULocalPlayer>
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition PlayerController.h:261
Definition LocalPlayerSubsystem.h:18
LocalPlayerType * GetLocalPlayer() const
Definition LocalPlayerSubsystem.h:25
LocalPlayerType * GetLocalPlayerChecked() const
Definition LocalPlayerSubsystem.h:31
Definition LocalPlayer.h:169
FORCEINLINE UObject * GetOuter() const
Definition UObjectBase.h:223
Definition Subsystem.h:48