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

Method Tick

Source/Blaster/Weapon/Weapon.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void AWeapon::Tick(float DeltaTime)
69{
70 Super::Tick(DeltaTime);
71}
72
73void AWeapon::GetLifetimeReplicatedProps(TArray<FLifetimeProperty>& OutLifetimeProps) const
74{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected