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