![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SparseDynamicOctree3.h>
Public Member Functions | |
| FDynamicFlagArray () | |
| void | Set (uint32 BitIndex, bool bValue) |
| bool | Get (uint32 BitIndex) const |
Public Attributes | |
| TBitArray | BitArray |
| uint32 | MaxIndex = 0 |
Static Public Attributes | |
| static constexpr int32 | GrowChunkSize = 0xFFF |
Utility class that allows for get/set of a flag for each integer ID, where the flag set automatically grows to contain whatever integer ID is passed
|
inline |
| TBitArray UE::Geometry::FDynamicFlagArray::BitArray |
| uint32 UE::Geometry::FDynamicFlagArray::MaxIndex = 0 |