UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::InstanceAttributeTracker::Implementation::FBitManip< ElementType >::FRepMask< Mask, MaskSize > Struct Template Reference

#include <InstanceAttributeTracker.h>

Classes

struct  FIterator
 
struct  FIterator< 0u >
 

Static Public Attributes

static constexpr uint32 NumSteps = (sizeof(ElementType) * 8u / MaskSize) - 1u
 
static constexpr ElementType Result = FIterator<NumSteps>::Result
 

Member Data Documentation

◆ NumSteps

template<typename ElementType >
template<ElementType Mask, uint32 MaskSize>
constexpr uint32 UE::InstanceAttributeTracker::Implementation::FBitManip< ElementType >::FRepMask< Mask, MaskSize >::NumSteps = (sizeof(ElementType) * 8u / MaskSize) - 1u
staticconstexpr

◆ Result

template<typename ElementType >
template<ElementType Mask, uint32 MaskSize>
constexpr ElementType UE::InstanceAttributeTracker::Implementation::FBitManip< ElementType >::FRepMask< Mask, MaskSize >::Result = FIterator<NumSteps>::Result
staticconstexpr

The documentation for this struct was generated from the following file: