Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Containers > API/Runtime/MovieScene/Containers/TSparseBitSet
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Containers/SparseBitSet.h |
| Include | #include "Containers/SparseBitSet.h" |
template<typename OtherHashType, typename OtherStorageType>
void CopyToUnsafe
&40;
TSparseBitSet< OtherHashType, OtherStorageType > & Other,
uint32 OtherBucketCapacity
&41; const
Remarks
Copy this bitset to another without resizing the destination's bucket storage. Bucket storage must be >= this size.