Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Util
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Util/IndexUtil.h |
| Include | #include "Util/IndexUtil.h" |
namespace IndexUtil
{
template<typename T, typename Func>
bool IndexUtil&58;&58;ArrayCheck
&40;
const TArray< T > & ToCheck,
Func CheckFn
&41;
}
false if CheckFn returns false on any element of ToCheck, true otherwise