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

Go to the source code of this file.

Namespaces

namespace  Algo
 

Functions

template<typename InT , typename ValueT >
SIZE_T Algo::Count (const InT &Input, const ValueT &InValue)
 
template<typename InT , typename PredicateT >
SIZE_T Algo::CountIf (const InT &Input, PredicateT Predicate)
 
template<typename InT , typename ValueT , typename ProjectionT >
SIZE_T Algo::CountBy (const InT &Input, const ValueT &InValue, ProjectionT Proj)