![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for UE::Geometry::TPointHashGrid2< PointDataType, RealType >, including all inherited members.
| FindNearestInRadius(const TVector2< RealType > &QueryPoint, RealType Radius, TFunctionRef< RealType(const PointDataType &)> DistanceSqFunc, TFunctionRef< bool(const PointDataType &)> IgnoreFunc=[](const PointDataType &data) { return false;}) const | UE::Geometry::TPointHashGrid2< PointDataType, RealType > | inline |
| GetInvalidValue() const | UE::Geometry::TPointHashGrid2< PointDataType, RealType > | inline |
| InsertPoint(const PointDataType &Value, const TVector2< RealType > &Position) | UE::Geometry::TPointHashGrid2< PointDataType, RealType > | inline |
| InsertPointUnsafe(const PointDataType &Value, const TVector2< RealType > &Position) | UE::Geometry::TPointHashGrid2< PointDataType, RealType > | inline |
| RemovePoint(const PointDataType &Value, const TVector2< RealType > &Position) | UE::Geometry::TPointHashGrid2< PointDataType, RealType > | inline |
| RemovePointUnsafe(const PointDataType &Value, const TVector2< RealType > &Position) | UE::Geometry::TPointHashGrid2< PointDataType, RealType > | inline |
| Reserve(int32 Num) | UE::Geometry::TPointHashGrid2< PointDataType, RealType > | inline |
| TPointHashGrid2(RealType cellSize, PointDataType InvalidValue) | UE::Geometry::TPointHashGrid2< PointDataType, RealType > | inline |
| UpdatePoint(const PointDataType &Value, const TVector2< RealType > &OldPosition, const TVector2< RealType > &NewPosition) | UE::Geometry::TPointHashGrid2< PointDataType, RealType > | inline |
| UpdatePointUnsafe(const PointDataType &Value, const TVector2< RealType > &OldPosition, const TVector2< RealType > &NewPosition) | UE::Geometry::TPointHashGrid2< PointDataType, RealType > | inline |