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