TDWORDIteratorBase

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/BitArray.h

Include

#include "Containers/BitArray.h"

Syntax

template<typename DWORDType>
struct TDWORDIteratorBase

Variables

Name Description

Protected variable

int32

 

CurrentIndex

Protected variable

uint32

 

CurrentMask

Protected variable

DWORDType *...

 

Data

Protected variable

uint32

 

FinalMask

Protected variable

uint32

 

MissingBitsFill

Protected variable

int32

 

NumDWORDs

Constructors

Name Description

Protected function

TDWORDIteratorBase

(
    DWORDType* InData,
    int32 InStartBitIndex,
    int32 InEndBitIndex
)

Functions

Name Description

Public function

void

 

FillMissingBits

(
    uint32 InMissingBitsFill
)

Public function Const

uint32

 

GetDWORD()

Public function Const

int32

 

GetIndex()

Operators

Name Description

Public function Const

 

operator bool()

Public function

void

 

operator++()

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