Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore > API/Runtime/IoStoreOnDemandCore/IOnDemandIoStore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TIoStatusOr< FOnDemandIsOnDemandResult > GetIsOnDemand
(
const FOnDemandIsOnDemandArgs& Args |
Query whether any of the specified packages have on-demand dependencies. | IO/IoStoreOnDemand.h | |
FIoStatus GetIsOnDemand
(
TConstArrayView< FOnDemandIsOnDemandArgs > Args, |
Query whether any of the specified packages have on-demand dependencies. | IO/IoStoreOnDemand.h |
GetIsOnDemand(const FOnDemandIsOnDemandArgs &)
Description
Query whether any of the specified packages have on-demand dependencies.
| Name | GetIsOnDemand |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
| Source | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Private/IoStoreOnDemand.cpp |
TIoStatusOr < FOnDemandIsOnDemandResult > GetIsOnDemand
(
const FOnDemandIsOnDemandArgs & Args
) const
Results indicating whether on-demand dependencies exist.
Parameters
| Name | Remarks |
|---|---|
| Args | Package set to query. |
GetIsOnDemand(TConstArrayView< FOnDemandIsOnDemandArgs >, TArrayView< FOnDemandIsOnDemandResult >)
Description
Query whether any of the specified packages have on-demand dependencies.
| Name | GetIsOnDemand |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
FIoStatus GetIsOnDemand
(
TConstArrayView< FOnDemandIsOnDemandArgs > Args,
TArrayView < FOnDemandIsOnDemandResult > OutResults
) const
One result per package set, in the same order as Args.
Parameters
| Name | Remarks |
|---|---|
| Args | Array of package sets to query. |