Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/SparseVolumeTexture
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/SparseVolumeTexture/SparseVolumeTexture.h |
| Include | #include "SparseVolumeTexture/SparseVolumeTexture.h" |
Syntax
struct FPageTopology
Remarks
Linear struct of arrays octree describing the mipped SVT topology.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FMip > | MipInfo | ||
| TArray< uint32 > | PackedPageTableCoords | ||
| TArray< uint32 > | ParentIndices | ||
| TArray< uint32 > | TileIndices |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetTileRange
(
uint32 PageOffset, |
||
| bool | IsValidPageIndex
(
uint32 PageIndex |
||
| uint32 | NumPages () |
||
| void | Reset () |
||
| void |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FMip |