AlgoImpl::FindLastByPredicate

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 PredicateType>
    T * AlgoImpl::FindLastByPredicate
    (
        T * First,
        SIZE_T Num,
        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