Skip to content
Snippets Groups Projects

ContentExample-themed ToolkitExamples map.

Merged David Gilbert requested to merge feature/toolkit_examples into dev/5.3
2 files
+ 1
5
Compare changes
  • Side-by-side
  • Inline

Files

@@ -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
Loading