![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Handles.h>
Public Types | |
| typedef std::conditional_t< bConst, const THandleArray, THandleArray > | ArrayType |
| typedef std::conditional_t< bConst, const ElementType, ElementType > | ItElementType |
Public Member Functions | |
| TIterator (ArrayType &InArray, int32 InIndex) | |
| FORCEINLINE TIterator & | operator++ () |
| FORCEINLINE bool | operator== (const TIterator &Rhs) const |
| FORCEINLINE bool | operator!= (const TIterator &Rhs) const |
| FConstHandle | GetConstHandle () const |
| FHandle | GetHandle () const |
| FORCEINLINE ItElementType & | operator* () const |
| FORCEINLINE ItElementType * | operator-> () const |
Public Attributes | |
| ArrayType & | Array |
| TConstSetBitIterator | It |
| typedef std::conditional_t<bConst, const THandleArray, THandleArray> Chaos::THandleArray< ElementType, IndexWidth, GenerationWidth >::TIterator< bConst >::ArrayType |
| typedef std::conditional_t<bConst, const ElementType, ElementType> Chaos::THandleArray< ElementType, IndexWidth, GenerationWidth >::TIterator< bConst >::ItElementType |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| ArrayType& Chaos::THandleArray< ElementType, IndexWidth, GenerationWidth >::TIterator< bConst >::Array |
| TConstSetBitIterator Chaos::THandleArray< ElementType, IndexWidth, GenerationWidth >::TIterator< bConst >::It |