UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::GeometryCollectionInternal::FBinNormals Struct Reference

Public Member Functions

 FBinNormals ()
 
int32 FindBestBin (const FVector3f &SurfaceNormal) const
 

Public Attributes

TArray< FVector3f, TFixedAllocator< NumBins > > Bins
 

Static Public Attributes

static constexpr int NumBins = 20
 

Constructor & Destructor Documentation

◆ FBinNormals()

UE::GeometryCollectionInternal::FBinNormals::FBinNormals ( )
inline

Member Function Documentation

◆ FindBestBin()

int32 UE::GeometryCollectionInternal::FBinNormals::FindBestBin ( const FVector3f SurfaceNormal) const
inline

Member Data Documentation

◆ Bins

TArray<FVector3f, TFixedAllocator<NumBins> > UE::GeometryCollectionInternal::FBinNormals::Bins

◆ NumBins

constexpr int UE::GeometryCollectionInternal::FBinNormals::NumBins = 20
staticconstexpr

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