MCPcopy Create free account
hub / github.com/DruidMech/MultiplayerCourseBlasterGame / Tick

Method Tick

Source/Blaster/Pickups/Pickup.cpp:63–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void APickup::Tick(float DeltaTime)
64{
65 Super::Tick(DeltaTime);
66
67 if (PickupMesh)
68 {
69 PickupMesh->AddWorldRotation(FRotator(0.f, BaseTurnRate * DeltaTime, 0.f));
70 }
71}
72
73void APickup::Destroyed()
74{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected