Skip to content
Snippets Groups Projects
Commit a549484d authored by Kris Tabea Helwig's avatar Kris Tabea Helwig
Browse files

style(pawn): Cleaned up for clang-format pipeline;

parent 4ecfebe3
Branches
Tags
3 merge requests!80UE5.3-2023.1-rc2,!78Feature(pawn, movement): Exposed PlayerInputComponent, Exposed SetupPlayerInput to BPs.,!77ContentExample-themed ToolkitExamples map.
Pipeline #349041 failed
This commit is part of merge request !78. Comments created here will be created in the context of that merge request.
...@@ -147,10 +147,7 @@ void ARWTHVRPawn::SetupPlayerInputComponent(UInputComponent* PlayerInputComponen ...@@ -147,10 +147,7 @@ void ARWTHVRPawn::SetupPlayerInputComponent(UInputComponent* PlayerInputComponen
} }
} }
UInputComponent* ARWTHVRPawn::GetPlayerInputComponent() UInputComponent* ARWTHVRPawn::GetPlayerInputComponent() { return ThisPlayerInputComponent; }
{
return ThisPlayerInputComponent;
}
void ARWTHVRPawn::AddInputMappingContext(const APlayerController* PC, const UInputMappingContext* Context) const void ARWTHVRPawn::AddInputMappingContext(const APlayerController* PC, const UInputMappingContext* Context) const
......
...@@ -114,6 +114,5 @@ protected: ...@@ -114,6 +114,5 @@ protected:
void SetupMotionControllerSources(); void SetupMotionControllerSources();
private: private:
UInputComponent* ThisPlayerInputComponent; UInputComponent* ThisPlayerInputComponent;
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment