Navigation
Unreal Engine C++ API Reference > Developer > Virtualization > IVirtualizationBackend
References
Module | Virtualization |
Header | /Engine/Source/Developer/Virtualization/Public/IVirtualizationBackend.h |
Include | #include "IVirtualizationBackend.h" |
bool DoesPayloadExist ( const [FIoHash](API\Runtime\Core\IO\FIoHash) & Id )
Remarks
Checks if a payload exists in the backends storage. True if the backend storage already contains the payload, otherwise false
Parameters
Name | Description |
---|---|
Id | The identifier of the payload to check |