AlgoImpl::FindByPredicate

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Algo/Find.h"

Syntax

namespace AlgoImpl
{
    template<typename RangeType, typename PredicateType>
    TRangePointerType< typename TRemoveReference< RangeType >::Type >::Type AlgoImpl::FindByPredicate
    (
        RangeType && Range,
        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