UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TArrayRange< T > Struct Template Reference

#include <Sorting.h>

Public Member Functions

 TArrayRange (T *InPtr, int32 InSize)
 
T * GetData () const
 
int32 Num () const
 

Detailed Description

template<typename T>
struct TArrayRange< T >

Wraps a range into a container like interface to satisfy the GetData and GetNum global functions. We're not using TArrayView since it calls Sort creating a circular dependency.

Constructor & Destructor Documentation

◆ TArrayRange()

template<typename T >
TArrayRange< T >::TArrayRange ( T *  InPtr,
int32  InSize 
)
inline

Member Function Documentation

◆ GetData()

template<typename T >
T * TArrayRange< T >::GetData ( ) const
inline

◆ Num()

template<typename T >
int32 TArrayRange< T >::Num ( ) const
inline

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