AlgoImpl::MaxElementBy

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Algo/MaxElement.h

Include

#include "Algo/MaxElement.h"

Syntax

namespace AlgoImpl
{
    template<typename RangeType, typename ProjectionType, typename PredicateType>
    TRangePointerType< RangeType >::Type AlgoImpl::MaxElementBy
    (
        RangeType & Range,
        ProjectionType Proj,
        PredicateType Pred
    )
}

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