UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UNetObjectGridFilter::FCellBox Struct Reference

#include <NetObjectGridFilter.h>

Public Member Functions

bool operator== (const FCellBox &) const
 
bool operator!= (const FCellBox &) const
 

Public Attributes

int32 MinX = 0
 
int32 MaxX = -1
 
int32 MinY = 0
 
int32 MaxY = -1
 

Member Function Documentation

◆ operator!=()

bool UNetObjectGridFilter::FCellBox::operator!= ( const FCellBox Other) const
inline

◆ operator==()

bool UNetObjectGridFilter::FCellBox::operator== ( const FCellBox Other) const
inline

Member Data Documentation

◆ MaxX

int32 UNetObjectGridFilter::FCellBox::MaxX = -1

◆ MaxY

int32 UNetObjectGridFilter::FCellBox::MaxY = -1

◆ MinX

int32 UNetObjectGridFilter::FCellBox::MinX = 0

◆ MinY

int32 UNetObjectGridFilter::FCellBox::MinY = 0

The documentation for this struct was generated from the following file: