![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PropertyCombinationSet.h>
Static Public Member Functions | |
| static void | Unpack (const uint32 Compressed, const uint32 *&OutValues, int &OutNum) |
| static uint32 | Pack (const uint32 *Values, const int Num) |
Static Public Attributes | |
| static constexpr uint32 | BitWidth = 2 |
| static constexpr uint32 | StorageBitCount = 3 |
| static constexpr uint32 | ArrayMax = 2 |
| static constexpr uint32 | MaxValue = (1 << BitWidth) - 1 |
| static constexpr uint32 | NumPackedValues = 5 |
For a TPropertyCombinationSet over bitfields with two bits, there are 5 possible sets of non-redundant corners: { [00], [01], [10], [11], [01, 10] }
|
inlinestatic |