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>
struct TFixedSparseBitSetBucketStorage
Variables
| Type | Name | Description | |
|---|---|---|---|
| BucketType * | Storage |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TFixedSparseBitSetBucketStorage
(
BucketType* StoragePtr |
|||
Functions
| Type | Name | Description | |
|---|---|---|---|
| BucketType & | Get
(
int32 Index |
||
| BucketType | Get
(
int32 Index |
||
| BucketType * | GetData () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| void | operator=
(
const TFixedSparseBitSetBucketStorage& |
||
| void |
Typedefs
| Name | Description |
|---|---|
| BucketType |