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
+1 -1
View File
@@ -12,7 +12,7 @@
AAgrarianWaterSource::AAgrarianWaterSource()
{
bReplicates = true;
NetCullDistanceSquared = FMath::Square(6500.0f);
SetNetCullDistanceSquared(FMath::Square(6500.0f));
Mesh = CreateDefaultSubobject<UStaticMeshComponent>(TEXT("Mesh"));
RootComponent = Mesh;