Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Virtualization > API/Runtime/Core/Virtualization/IVirtualizationSystem
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Virtualization/VirtualizationSystem.h |
| Include | #include "Virtualization/VirtualizationSystem.h" |
EQueryResult QueryPayloadStatuses
(
TArrayView < const FIoHash > Ids,
EStorageType StorageType,
TArray < EPayloadStatus > & OutStatuses
)
Remarks
Query if a number of payloads exist or not in the given storage type. True if the operation succeeded and the contents of OutStatuses is valid. False if errors were encountered in which case the contents of OutStatuses should be ignored.
Parameters
| Name | Description |
|---|---|
| Ids | One or more payload identifiers to test |
| StorageType | The type of storage to push the payload to, @See EStorageType for details. |
| OutStatuses | [out] An array containing the results for each payload. @See FPayloadStatus If the operation succeeds the array will be resized to match the size of Ids. |