Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Containers
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Containers/SparseBitSet.h |
| Include | #include "Containers/SparseBitSet.h" |
Syntax
template<typename T, int32 InlineSize>
struct TDynamicSparseBitSetBucketStorage
Specializations
TDynamicSparseBitSetBucketStorage< T, 0 >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< BucketType, TInlineAllocator< InlineSize > > | Storage |
Functions
| Type | Name | Description | |
|---|---|---|---|
| BucketType & | Get
(
int32 Index |
||
| BucketType | Get
(
int32 Index |
||
| BucketType * | GetData () |
||
| void | Insert
(
BucketType InitialValue, |
Typedefs
| Name | Description |
|---|---|
| BucketType |