我在做 官方实例的时候,碰到电池下落很缓慢,跟气球一样。。。如何解决

ABatteryPickup::ABatteryPickup()
{
GetMesh()->SetSimulatePhysics(true); // 有没有这句?
BatteryPower = 150.f;
}