FElementCompareClass

Extracts the element value from the array's element structure and passes it to the user provided comparison class.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/SparseArray.h

Include

#include "Containers/SparseArray.h"

Syntax

template<typename PREDICATE_CLASS>
class FElementCompareClass

Remarks

Extracts the element value from the array's element structure and passes it to the user provided comparison class.

Constructors

Name Description

Public function

FElementCompareClass

(
    const PREDICATE_CLASS& InPredicate
)

Operators

Name Description

Public function Const

bool

 

operator()

(
    const FElementOrFreeListLink& A,
    const FElementOrFreeListLink& B
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss