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 FTileStreamingMetaData
Remarks
Compactly stores data to construct a FTileInfo for every stored (and compressed) tile.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | FirstStreamingTileIndex | ||
| TArray< uint16 > | NumVoxelsA | ||
| TArray< uint32 > | TileDataOffsets | Array of byte offsets into the tile data. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | |||
| uint32 | GetNumTiles () |
||
| void | |||
| uint32 | |||
| FTileInfo | GetTileInfo
(
uint32 TileIndex, |
||
| uint32 | GetTileMemorySize
(
uint32 TileIndex |
||
| void | GetTileRangeMemoryOffsetSize
(
uint32 TileOffset, |
||
| bool | HasRootTile () |
||
| void | Reset () |