Algo::ForEach

Invokes a callable to each element in a range

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Algo/ForEach.h"

Syntax

namespace Algo
{
    template<typename InT, typename CallableT>
    void Algo::ForEach
    (
        InT & Input,
        CallableT Callable
    )
}

Remarks

Invokes a callable to each element in a range

Parameters

Parameter

Description

Input

Any iterable type

Callable

Callable object

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