Pickup is visible after the ammo has been taken
Problem
What's happening
CollisionComponent->SetCollisionResponseToAllChannels(ECollisionResponse::ECR_Overlap);
if (GetRootComponent())
{
GetRootComponent()->SetVisibility(true, true);
}Solution
Last updated