UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ForEach.h File Reference
#include "CoreTypes.h"
#include "Templates/Invoke.h"

Go to the source code of this file.

Namespaces

namespace  Algo
 

Functions

template<typename InT , typename PredicateT , typename CallableT >
void Algo::ForEachIf (InT &&Input, PredicateT Predicate, CallableT Callable)
 
template<typename InT , typename CallableT >
void Algo::ForEach (InT &&Input, CallableT Callable)