UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PointHashGrid2.h File Reference
#include "CoreMinimal.h"
#include "Misc/ScopeLock.h"
#include "Util/GridIndexing2.h"

Go to the source code of this file.

Classes

class  UE::Geometry::TPointHashGrid2< PointDataType, RealType >
 

Namespaces

namespace  UE
 
namespace  UE::Geometry
 

Typedefs

template<typename PointDataType >
using UE::Geometry::TPointHashGrid2d = TPointHashGrid2< PointDataType, double >
 
template<typename PointDataType >
using UE::Geometry::TPointHashGrid2f = TPointHashGrid2< PointDataType, float >