![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AnsiAllocator.h>
Inheritance diagram for FAnsiSetAllocator:Additional Inherited Members | |
Public Types inherited from TSetAllocator< FAnsiAllocator, TInlineAllocator< 1, FAnsiAllocator > > | |
| typedef TSparseSetAllocator< FAnsiAllocator, TInlineAllocator< 1, FAnsiAllocator >, N... > | Typedef |
Public Types inherited from TSparseSetAllocator< InSparseArrayAllocator, InHashAllocator, AverageNumberOfElementsPerHashBucket, BaseNumberOfHashBuckets, MinNumberOfHashedElements > | |
| using | SparseArrayAllocator = InSparseArrayAllocator |
| using | HashAllocator = InHashAllocator |
Static Public Member Functions inherited from TSparseSetAllocator< InSparseArrayAllocator, InHashAllocator, AverageNumberOfElementsPerHashBucket, BaseNumberOfHashBuckets, MinNumberOfHashedElements > | |
| static UE_FORCEINLINE_HINT uint32 | GetNumberOfHashBuckets (uint32 NumHashedElements) |
ANSI allocator that can be used with a TSet.