UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
BufferUtil.h File Reference
#include <CoreMinimal.h>

Go to the source code of this file.

Namespaces

namespace  BufferUtil
 

Functions

template<typename T >
int BufferUtil::CountValid (const TArray< T > &Data, const TFunction< bool(T)> &Predicate, int MaxIndex=-1, int StartIndex=0)
 
template<typename T >
int BufferUtil::FilterInPlace (TArray< T > &Data, const TFunction< bool(T)> &Predicate, int MaxIndex=-1, int StartIndex=0)
 
template<typename T , typename EnumerableType >
void BufferUtil::AppendElements (TArray< T > &AppendTo, EnumerableType Enumerable)