Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSparseArray
Extracts the element value from the array's element structure and passes it to the user provided comparison class.
| Name | FElementCompareClass |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SparseArray.h |
| Include Path | #include "Containers/SparseArray.h" |
Syntax
template<typename PREDICATE_CLASS>
class FElementCompareClass
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FElementCompareClass
(
const PREDICATE_CLASS& InPredicate |
Containers/SparseArray.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Predicate | const PREDICATE_CLASS & | Containers/SparseArray.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator()
(
const FElementOrFreeListLink& A, |
Containers/SparseArray.h |