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

#include <IoStoreOnDemand.h>

Public Attributes

EOnDemandDefragOptions Options = EOnDemandDefragOptions::None
 
TOptional< uint64BytesToFree
 

Detailed Description

Arguments for defragmenting on-demand content.

Member Data Documentation

◆ BytesToFree

TOptional<uint64> UE::IoStore::FOnDemandDefragArgs::BytesToFree

Optional Size to free. If not set, will degrag all blocks and free all unreferenced chunks.

◆ Options

EOnDemandDefragOptions UE::IoStore::FOnDemandDefragArgs::Options = EOnDemandDefragOptions::None

Defrag options.


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