UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::TBasicBlockedDenseGrid3< ElemType, BlockSize_ >::FBlock3 Struct Reference

#include <BlockedDenseGrid3.h>

Public Member Functions

void Reset (const ElemType &DefaultIn=(ElemType) 0)
 
ElemType GetValue (const int32 &LocalIndex) const
 

Public Attributes

TUniquePtr< BlockData3TypeBlockDataPtr
 
ElemType DefaultValue
 

Member Function Documentation

◆ GetValue()

template<typename ElemType , int32 BlockSize_>
ElemType UE::Geometry::TBasicBlockedDenseGrid3< ElemType, BlockSize_ >::FBlock3::GetValue ( const int32 LocalIndex) const
inline
Returns
the default value if the block has not been allocated, otherwise the indexed value in the block

◆ Reset()

template<typename ElemType , int32 BlockSize_>
void UE::Geometry::TBasicBlockedDenseGrid3< ElemType, BlockSize_ >::FBlock3::Reset ( const ElemType &  DefaultIn = (ElemType)0)
inline

Member Data Documentation

◆ BlockDataPtr

template<typename ElemType , int32 BlockSize_>
TUniquePtr<BlockData3Type> UE::Geometry::TBasicBlockedDenseGrid3< ElemType, BlockSize_ >::FBlock3::BlockDataPtr

◆ DefaultValue

template<typename ElemType , int32 BlockSize_>
ElemType UE::Geometry::TBasicBlockedDenseGrid3< ElemType, BlockSize_ >::FBlock3::DefaultValue

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