Navigation
API > API/Runtime > API/Runtime/MovieScene
| Name | TFixedSparseBitSetBucketStorage |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Containers/SparseBitSet.h |
| Include Path | #include "Containers/SparseBitSet.h" |
Syntax
template<typename T>
struct TFixedSparseBitSetBucketStorage
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Containers/SparseBitSet.h | |||
TFixedSparseBitSetBucketStorage
(
BucketType* StoragePtr |
Containers/SparseBitSet.h | ||
| Containers/SparseBitSet.h | |||
| Containers/SparseBitSet.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| BucketType | T | Containers/SparseBitSet.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Storage | BucketType * | 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 |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void operator=
(
const TFixedSparseBitSetBucketStorage& |
Containers/SparseBitSet.h | ||
void operator=
(
TFixedSparseBitSetBucketStorage&& |
Containers/SparseBitSet.h |