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::ArrayCheck
(
const TArray < T > & ToCheck,
Func CheckFn
)
}
false if CheckFn returns false on any element of ToCheck, true otherwise