UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::TBoundsGridIndexer3< RealType > Struct Template Reference

#include <GridIndexing3.h>

+ Inheritance diagram for UE::Geometry::TBoundsGridIndexer3< RealType >:

Public Member Functions

 TBoundsGridIndexer3 (const TAxisAlignedBox3< RealType > &Bounds, RealType CellSize)
 
FVector3i GridResolution () const
 
- Public Member Functions inherited from UE::Geometry::TShiftGridIndexer3< RealType >
 TShiftGridIndexer3 ()
 
 TShiftGridIndexer3 (const TVector< RealType > &origin, RealType cellSize)
 
FVector3i ToGrid (const TVector< RealType > &point) const
 
TVector< RealType > FromGrid (const FVector3i &gridpoint) const
 
TVector< RealType > FromGrid (const TVector< RealType > &RealGridPoint) const
 

Static Public Member Functions

static FVector3i CeilInt (const TVector< RealType > &V)
 

Public Attributes

TVector< RealType > BoundsMax
 
- Public Attributes inherited from UE::Geometry::TShiftGridIndexer3< RealType >
RealType CellSize
 
TVector< RealType > Origin
 

Constructor & Destructor Documentation

◆ TBoundsGridIndexer3()

template<typename RealType >
UE::Geometry::TBoundsGridIndexer3< RealType >::TBoundsGridIndexer3 ( const TAxisAlignedBox3< RealType > &  Bounds,
RealType  CellSize 
)
inline

Member Function Documentation

◆ CeilInt()

template<typename RealType >
static FVector3i UE::Geometry::TBoundsGridIndexer3< RealType >::CeilInt ( const TVector< RealType > &  V)
inlinestatic

◆ GridResolution()

template<typename RealType >
FVector3i UE::Geometry::TBoundsGridIndexer3< RealType >::GridResolution ( ) const
inline

Member Data Documentation

◆ BoundsMax

template<typename RealType >
TVector<RealType> UE::Geometry::TBoundsGridIndexer3< RealType >::BoundsMax

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