![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SparseBitSet.h>
Public Types | |
| using | BucketType = T |
Public Member Functions | |
| void | Insert (BucketType InitialValue, int32 Index) |
| BucketType * | GetData () |
| BucketType & | Get (int32 Index) |
| BucketType | Get (int32 Index) const |
Public Attributes | |
| TArray< BucketType, TInlineAllocator< InlineSize > > | Storage |
| using UE::MovieScene::TDynamicSparseBitSetBucketStorage< T, InlineSize >::BucketType = T |
|
inline |
|
inline |
|
inline |
|
inline |
| TArray<BucketType, TInlineAllocator<InlineSize> > UE::MovieScene::TDynamicSparseBitSetBucketStorage< T, InlineSize >::Storage |