UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::AscendingPredicate< T > Class Template Reference

Public Member Functions

 AscendingPredicate (const TArray< T > &InCompValues, const int32 InOffset)
 
bool operator() (const int i, const int j) const
 

Detailed Description

template<class T>
class Chaos::AscendingPredicate< T >

Binary predicate for sorting indices according to a secondary array of values to sort by. Puts values into ascending order.

Constructor & Destructor Documentation

◆ AscendingPredicate()

template<class T >
Chaos::AscendingPredicate< T >::AscendingPredicate ( const TArray< T > &  InCompValues,
const int32  InOffset 
)
inline

Member Function Documentation

◆ operator()()

template<class T >
bool Chaos::AscendingPredicate< T >::operator() ( const int  i,
const int  j 
) const
inline

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