![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Sorting.h>
Public Member Functions | |
| TDereferenceWrapper (const PredicateType &Predicate) | |
| template<class T > | |
| ULANG_FORCEINLINE TEnableIf< TIsPointer< T >::Value, bool >::Type | operator() (const T A, const T B) const |
| template<class T > | |
| ULANG_FORCEINLINE TEnableIf<!TIsPointer< T >::Value, bool >::Type | operator() (const T &A, const T &B) const |
Public Attributes | |
| const PredicateType & | _Predicate |
Helper class for dereferencing pointer types in Sort function
|
inline |
|
inline |
|
inline |
Pass through for non-pointer types
| const PredicateType& uLang::TDereferenceWrapper< PredicateType >::_Predicate |