Navigation
API > API/Plugins > API/Plugins/ReplicationGraph > API/Plugins/ReplicationGraph/UReplicationGraphNode_GridSpatia-
Description
When the GridBounds is set we limit the creation of cells to be exclusively inside the passed region. Viewers who gather nodes outside this region will be clamped to the closest cell inside the box. Actors whose location is outside the box will be clamped to the closest cell inside the box.
| Name | SetBiasAndGridBounds |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraph.h |
| Include Path | #include "ReplicationGraph.h" |
| Source | /Engine/Plugins/Runtime/ReplicationGraph/Source/Private/ReplicationGraph.cpp |
void SetBiasAndGridBounds
(
const FBox & GridBox
)