Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
Arguments for purging on-demand content.
| Name | FOnDemandPurgeArgs |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
Syntax
struct FOnDemandPurgeArgs
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BytesToPurge | TOptional< uint64 > | Optional Size to purge. If not set will purge all unfreferenced blocks. | IO/IoStoreOnDemand.h | |
| Options | EOnDemandPurgeOptions | Purge options. | IO/IoStoreOnDemand.h |