![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| bool | SetBitAtomic (uint32 Index) |
| bool | ClearBitAtomic (uint32 Index) |
| template<typename Lambda > | |
| void | ForEachSetBit (Lambda Func) const |
|
inline |
Atomically clear a bit in the bit set.
| Index | Index of bit to clear |
|
inline |
Iterates over the set and issues the lambda for each index that is set.
| Func | Functor to call |
|
inline |
Atomically set a bit in the bit set.
| Index | Index of bit to set |