Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/SparseVolumeTexture > API/Runtime/Engine/SparseVolumeTexture/UStreamableSparseVolumeTexture
Syntax
UPROPERTY (EditAnywhere, Category="Texture", AdvancedDisplay)
float PrefetchPercentageStepSize
Remarks
When using non-blocking streaming requests, upcoming frames are loaded into memory in advance. This property controls the size reduction in percent of each additional prefetched frames. A value of 20.0 would prefetch frame N+1 at 80%, N+2 at 60%, N+3 at 40% etc.