MCPcopy Create free account
hub / github.com/DruidMech/MultiplayerCourseMenuSystem / TurnAtRate

Method TurnAtRate

Source/MenuSystem/MenuSystemCharacter.cpp:263–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void AMenuSystemCharacter::TurnAtRate(float Rate)
264{
265 // calculate delta for this frame from the rate information
266 AddControllerYawInput(Rate * BaseTurnRate * GetWorld()->GetDeltaSeconds());
267}
268
269void AMenuSystemCharacter::LookUpAtRate(float Rate)
270{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected