Add MVP network relevancy rules

This commit is contained in:
2026-05-18 15:14:58 -07:00
parent ebc7aa1ec6
commit d4ea10c628
11 changed files with 89 additions and 1 deletions
@@ -6,6 +6,7 @@
AAgrarianWeatherExposureZone::AAgrarianWeatherExposureZone()
{
bReplicates = true;
NetCullDistanceSquared = FMath::Square(6500.0f);
ExposureVolume = CreateDefaultSubobject<UBoxComponent>(TEXT("ExposureVolume"));
RootComponent = ExposureVolume;