Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
Arguments for checking if any on-demand content exists in the dependency graph.
| Name | FOnDemandIsOnDemandArgs |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
Syntax
struct FOnDemandIsOnDemandArgs
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Options | EOnDemandIsOnDemandOptions | Options | IO/IoStoreOnDemand.h | |
| PackageIds | TArray< FPackageId > | Return true if any of the specified package IDs has on-demand dependencies. | IO/IoStoreOnDemand.h |