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