Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/TFixedSparseBitSet
| |
|
| Name |
FBitOffsets |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/MovieScene/Public/Containers/SparseBitSet.h |
| Include Path |
#include "Containers/SparseBitSet.h" |
Syntax
struct FBitOffsets
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FBitOffsets
(
HashType InBucketHash,
uint32 BitIndex
)
|
|
Containers/SparseBitSet.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| BitMaskWithinBucket |
BucketType |
|
Containers/SparseBitSet.h |
|
| BucketIndex |
int32 |
|
Containers/SparseBitSet.h |
|
| HashBit |
HashType |
|
Containers/SparseBitSet.h |
|
Functions
Public