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

Go to the source code of this file.

Namespaces

namespace  Algo
 

Functions

template<typename RangeType >
bool Algo::NoneOf (const RangeType &Range)
 
template<typename RangeType , typename ProjectionType >
bool Algo::NoneOf (const RangeType &Range, ProjectionType Projection)
 
template<typename RangeType , typename ProjectionType >
bool Algo::NoneOf (const RangeType &Range, ProjectionType Projection, ENoRef NoRef)