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
No related tags found
3 merge requests!80UE5.3-2023.1-rc2,!78Feature(pawn, movement): Exposed PlayerInputComponent, Exposed SetupPlayerInput to BPs.,!77ContentExample-themed ToolkitExamples map.
Pipeline #349041 failed
......@@ -147,10 +147,7 @@ void ARWTHVRPawn::SetupPlayerInputComponent(UInputComponent* PlayerInputComponen
}
}
UInputComponent* ARWTHVRPawn::GetPlayerInputComponent()
{
return ThisPlayerInputComponent;
}
UInputComponent* ARWTHVRPawn::GetPlayerInputComponent() { return ThisPlayerInputComponent; }
void ARWTHVRPawn::AddInputMappingContext(const APlayerController* PC, const UInputMappingContext* Context) const
......
......@@ -114,6 +114,5 @@ protected:
void SetupMotionControllerSources();
private:
UInputComponent* ThisPlayerInputComponent;
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment