Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Algo
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Algo/FindSequence.h |
| Include | #include "Algo/FindSequence.h" |
namespace Algo
{
template<typename RangeWhereType, typename RangeWhatType>
decltype, GetData +GetNum , GetData , GetData +GetNum )) Algo::FindSequence
(
const RangeWhereType & Where,
const RangeWhatType & What
)
}
Remarks
Searches for the first occurrence of a sequence of elements in another sequence. A pointer to the first occurrence of the "What" sequence in "Where" sequence, or nullptr if not found.
Parameters
| Name | Description |
|---|---|
| Where | The range to search |
| What | The sequence to search for. |