UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TEnumerateRef< ElementType, SizeType > Struct Template Reference

#include <EnumerateRange.h>

Public Member Functions

 TEnumerateRef (ElementType &InRef, SizeType InIndex)
 
SizeType GetIndex () const
 
ElementType & operator* () const
 
ElementType * operator-> () const
 
 operator TEnumerateRef< const ElementType > () const
 

Constructor & Destructor Documentation

◆ TEnumerateRef()

template<typename ElementType , typename SizeType = int32>
TEnumerateRef< ElementType, SizeType >::TEnumerateRef ( ElementType &  InRef,
SizeType  InIndex 
)
inline

Member Function Documentation

◆ GetIndex()

template<typename ElementType , typename SizeType = int32>
SizeType TEnumerateRef< ElementType, SizeType >::GetIndex ( ) const
inline

◆ operator TEnumerateRef< const ElementType >()

template<typename ElementType , typename SizeType = int32>
TEnumerateRef< ElementType, SizeType >::operator TEnumerateRef< const ElementType > ( ) const
inline

◆ operator*()

template<typename ElementType , typename SizeType = int32>
ElementType & TEnumerateRef< ElementType, SizeType >::operator* ( ) const
inline

◆ operator->()

template<typename ElementType , typename SizeType = int32>
ElementType * TEnumerateRef< ElementType, SizeType >::operator-> ( ) const
inline

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