UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::IoStore::FOnDemandPurgeArgs Struct Reference

#include <IoStoreOnDemand.h>

Public Attributes

EOnDemandPurgeOptions Options = EOnDemandPurgeOptions::None
 
TOptional< uint64BytesToPurge
 

Detailed Description

Arguments for purging on-demand content.

Member Data Documentation

◆ BytesToPurge

TOptional<uint64> UE::IoStore::FOnDemandPurgeArgs::BytesToPurge

Optional Size to purge. If not set will purge all unfreferenced blocks.

◆ Options

EOnDemandPurgeOptions UE::IoStore::FOnDemandPurgeArgs::Options = EOnDemandPurgeOptions::None

Purge options.


The documentation for this struct was generated from the following file: