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" |
ESparseBitSetBitResult SetBit
&40;
uint32 BitIndex
&41;
Remarks
Set the bit at the specified index. Any bits between Num and BitIndex will be considered 0. true if the bit was previously considered 0 and is now set, false if it was already set.