AlgoImpl::FindLastBy

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Algo/FindLast.h"

Syntax

namespace AlgoImpl
{
    template<typename T, typename ValueType, typename ProjectionType>
    T * AlgoImpl::FindLastBy
    (
        T * First,
        SIZE_T Num,
        const ValueType & Value,
        ProjectionType Proj
    )
}

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