Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TShiftGridIndexer2
Description
Indicate if the real-valued point is within the valid range of the indexer. If it returns false, it means that the conversion to grid coordinates would cause an integer overflow.
| Name | IsInValidRange |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/GridIndexing2.h |
| Include Path | #include "Util/GridIndexing2.h" |
bool IsInValidRange
(
const TVector2 < RealType > & Point
) const