![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ChangeMaskUtil.h>
Public Types | |
| typedef ChangeMaskStorageType | StorageWordType |
Public Member Functions | |
| StorageWordType * | GetPointer (uint32 BitCount) |
| const StorageWordType * | GetPointer (uint32 BitCount) const |
| FChangeMaskStorageOrPointer () | |
Static Public Member Functions | |
| static constexpr bool | UseInlinedStorage (uint32 BitCount) |
| static constexpr uint32 | GetStorageSize (uint32 BitCount) |
| template<typename AllocatorType > | |
| static void | Alloc (FChangeMaskStorageOrPointer &Storage, uint32 BitCount, AllocatorType &Allocator) |
| template<typename AllocatorType > | |
| static FNetBitArrayView | AllocAndInitBitArray (FChangeMaskStorageOrPointer &Storage, uint32 BitCount, AllocatorType &Allocator) |
| template<typename AllocatorType > | |
| static void | Free (const FChangeMaskStorageOrPointer &Storage, uint32 BitCount, AllocatorType &Allocator) |
|
inline |
|
static |
|
static |
|
static |
|
inline |
|
inline |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |