UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FindSequence.h File Reference

Go to the source code of this file.

Namespaces

namespace  AlgoImpl
 
namespace  Algo
 

Functions

template<typename WhereType , typename WhatType >
constexpr WhereTypeAlgoImpl::FindSequence (WhereType *First, WhereType *Last, WhatType *WhatFirst, WhatType *WhatLast)
 
template<typename RangeWhereType , typename RangeWhatType >
auto Algo::FindSequence (const RangeWhereType &Where, const RangeWhatType &What) -> decltype(AlgoImpl::FindSequence(GetData(Where), GetData(Where)+GetNum(Where), GetData(What), GetData(What)+GetNum(What)))