Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
Arguments for defragmenting on-demand content.
| Name | FOnDemandDefragArgs |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
Syntax
struct FOnDemandDefragArgs
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BytesToFree | TOptional< uint64 > | Optional Size to free. If not set, will degrag all blocks and free all unreferenced chunks. | IO/IoStoreOnDemand.h | |
| Options | EOnDemandDefragOptions | Defrag options. | IO/IoStoreOnDemand.h |