Unreal Engine 5.1 Replication Graph.

For large worlds, the replication graph through a following warning message:
“GetCellInfoForActor: Actor %s is outside world bounds with a location of %s. Clamping grid location to world bounds.”.
Please tell me what are the consequences of this warning and what is the next step to get rid of that.

1 Like

Hey there @ArmHovsepyan! Welcome to the community! So it seems that worlds bounds checks are in effect for that level. You can go into the world settings and disable them if you’ll be handling your bounds yourself manually. Though it’s usually not the replication reflector giving that warning, so in context I’d first check to make sure the actor being referenced isn’t being destroyed and garbage collected. If it is, then disabling the bounds works.