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

Public Member Functions

 DescendingPredicate (const TArray< T > &CompValues, const int32 Offset=0)
 
bool operator() (const int i, const int j) const
 

Detailed Description

template<class T>
class Chaos::DescendingPredicate< T >

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

Constructor & Destructor Documentation

◆ DescendingPredicate()

template<class T >
Chaos::DescendingPredicate< T >::DescendingPredicate ( const TArray< T > &  CompValues,
const int32  Offset = 0 
)
inline

Member Function Documentation

◆ operator()()

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

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