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

Public Member Functions

 DescendingPredicate (const TArrayView< const T > &CompValues)
 
bool operator() (const int i, const int j) const
 

Detailed Description

template<class T>
class PriorityOrderPointsLocal::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 >
PriorityOrderPointsLocal::DescendingPredicate< T >::DescendingPredicate ( const TArrayView< const T > &  CompValues)
inline

Member Function Documentation

◆ operator()()

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

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