Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/TFixedSparseBitSet
Description
Copy this bitset to another without resizing the destination's bucket storage. Bucket storage must be >= this size.
| Name | CopyToUnsafe |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Containers/SparseBitSet.h |
| Include Path | #include "Containers/SparseBitSet.h" |
template<typename OtherHashType, typename OtherStorageType>
void CopyToUnsafe
(
TFixedSparseBitSet < OtherHashType, OtherStorageType > & Other,
uint32 OtherBucketCapacity
) const