![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <HierarchicalSpatialHashGrid.h>
Inheritance diagram for THierarchicalSpatialHashGrid< BlockTraitsType >::FHasher:Static Public Member Functions | |
| static FORCEINLINE uint32 | GetKeyHash (const FBlockLoc &Key) |
Static Public Member Functions inherited from TDefaultMapKeyFuncs< FBlockLoc, FCellBlock, false > | |
| static UE_FORCEINLINE_HINT KeyInitType | GetSetKey (ElementInitType Element) |
| static UE_FORCEINLINE_HINT bool | Matches (KeyInitType A, KeyInitType B) |
| static UE_FORCEINLINE_HINT bool | Matches (KeyInitType A, ComparableKey B) |
| static UE_FORCEINLINE_HINT uint32 | GetKeyHash (KeyInitType Key) |
| static UE_FORCEINLINE_HINT uint32 | GetKeyHash (ComparableKey Key) |
Additional Inherited Members | |
Public Types inherited from TDefaultMapKeyFuncs< FBlockLoc, FCellBlock, false > | |
| typedef TTypeTraits< FBlockLoc >::ConstPointerType | KeyInitType |
| typedef const TPairInitializer< typename TTypeTraits< FBlockLoc >::ConstInitType, typename TTypeTraits< FCellBlock >::ConstInitType > & | ElementInitType |
Public Types inherited from BaseKeyFuncs< ElementType, InKeyType, bInAllowDuplicateKeys > | |
| enum | { bAllowDuplicateKeys = bInAllowDuplicateKeys } |
| typedef InKeyType | KeyType |
| typedef TCallTraits< InKeyType >::ParamType | KeyInitType |
| typedef TCallTraits< ElementType >::ParamType | ElementInitType |
|
inlinestatic |