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