![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <NaniteResources.h>
Public Member Functions | |
| FORCEINLINE | FPageRangeKey () |
| FORCEINLINE | FPageRangeKey (uint32 InValue) |
| FORCEINLINE | FPageRangeKey (uint32 StartIndex, uint32 Count, bool bMultiRange, bool bHasStreamingPages) |
| FORCEINLINE bool | IsEmpty () const |
| FORCEINLINE uint32 | GetNumPagesOrRanges () const |
| FORCEINLINE uint32 | GetStartIndex () const |
| FORCEINLINE bool | IsMultiRange () const |
| FORCEINLINE bool | HasStreamingPages () const |
| FORCEINLINE bool | operator== (FPageRangeKey Other) const |
| FORCEINLINE bool | operator!= (FPageRangeKey Other) const |
| bool | RemoveRootPages (uint32 NumRootPages) |
Public Attributes | |
| uint32 | Value = NANITE_PAGE_RANGE_KEY_EMPTY_RANGE |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| uint32 Nanite::FPageRangeKey::Value = NANITE_PAGE_RANGE_KEY_EMPTY_RANGE |