DataBits

[TInlineAllocator](API\Runtime\Core\Containers\TInlineAllocator) used with [TBitArray](API\Runtime\Core\Containers\TBitArray) takes the number of 32-bit dwords, but the define is in number of bits, so convert here by dividing by 32.

Windows
MacOS
Linux

Syntax

TBitArray< TInlineAllocator< 1024/((int32) 32) > > DataBits

Remarks

TInlineAllocator used with TBitArray takes the number of 32-bit dwords, but the define is in number of bits, so convert here by dividing by 32.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss