Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FResources
Description
Performs a truth check for all pages in a page range, potentially using the lookup when the key denotes multiple page ranges (range of ranges). NOTE: Iteration is terminated if `Func_ returns false.
| Name | TrueForAllPages |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Rendering/NaniteResources.h |
| Include Path | #include "Rendering/NaniteResources.h" |
template<typename TFunc>
bool TrueForAllPages
(
FPageRangeKey PageRangeKey,
const TFunc & Func,
bool bStreamingPagesOnly
) const