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
@@ -12,6 +12,7 @@
AAgrarianResourceNode::AAgrarianResourceNode()
{
bReplicates = true;
NetCullDistanceSquared = FMath::Square(4500.0f);
Mesh = CreateDefaultSubobject<UStaticMeshComponent>(TEXT("Mesh"));
RootComponent = Mesh;