Clean up net cull deprecation warnings

This commit is contained in:
2026-05-19 14:12:03 -07:00
parent 19d2d32bb7
commit 5364f4d2c5
11 changed files with 67 additions and 18 deletions
@@ -6,7 +6,7 @@
AAgrarianWeatherExposureZone::AAgrarianWeatherExposureZone()
{
bReplicates = true;
NetCullDistanceSquared = FMath::Square(6500.0f);
SetNetCullDistanceSquared(FMath::Square(6500.0f));
ExposureVolume = CreateDefaultSubobject<UBoxComponent>(TEXT("ExposureVolume"));
RootComponent = ExposureVolume;