AlgoImpl::FindSequence

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Algo/FindSequence.h"

Syntax

namespace AlgoImpl
{
    template<typename WhereType, typename WhatType>
    constexpr WhereType * AlgoImpl::FindSequence
    (
        WhereType * First,
        WhereType * Last,
        WhatType * WhatFirst,
        WhatType * WhatLast
    )
}

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