Clean up net cull deprecation warnings
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
AAgrarianResourceNode::AAgrarianResourceNode()
|
||||
{
|
||||
bReplicates = true;
|
||||
NetCullDistanceSquared = FMath::Square(4500.0f);
|
||||
SetNetCullDistanceSquared(FMath::Square(4500.0f));
|
||||
|
||||
Mesh = CreateDefaultSubobject<UStaticMeshComponent>(TEXT("Mesh"));
|
||||
RootComponent = Mesh;
|
||||
|
||||
Reference in New Issue
Block a user