Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Algo > API/Runtime/Core/Algo/Algo__AnyOf
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Algo/AnyOf.h |
| Include | #include "Algo/AnyOf.h" |
namespace Algo
{
template<typename RangeType>
bool Algo&58;&58;AnyOf
&40;
const RangeType & Range
&41;
}
Remarks
Checks if any element in the range is truthy. true if at least one element is truthy, false otherwise.
Parameters
| Name | Description |
|---|---|
| Range | The range to check. |