Inherits AZ::EBusTraits.
|
|
virtual void | BroadcastOverallProgress ()=0 |
| | Override will use platform API to request reports on package install progress changes.
|
| |
| virtual void | BroadcastChunkProgress (const char *chunkId)=0 |
| |
| virtual void | ChangeChunkPriority (const AZStd::vector< const char * > &chunkIds)=0 |
| |
| virtual void | IsChunkInstalled (const char *chunkId)=0 |
| |
|
|
static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::Single |
| | EBus Trait: requests can only be sent to and addressed by a single instance.
|
| |
|
static const AZ::EBusAddressPolicy | AddressPolicy = AZ::EBusAddressPolicy::Single |
| |
◆ BroadcastChunkProgress()
| virtual void AzFramework::StreamingInstall::StreamingInstallRequests::BroadcastChunkProgress |
( |
const char * |
chunkId | ) |
|
|
pure virtual |
Override will use platform API to request reports on chunk install progress changes.
- Parameters
-
| [in] | the | chunk ID to monitor |
◆ ChangeChunkPriority()
| virtual void AzFramework::StreamingInstall::StreamingInstallRequests::ChangeChunkPriority |
( |
const AZStd::vector< const char * > & |
chunkIds | ) |
|
|
pure virtual |
Override will use platform API to request a change to chunk install order. Chunks will install in the order they appear in the vector from front to back
- Parameters
-
| [in] | a | vector of chunk IDs in the desired new install order. |
◆ IsChunkInstalled()
| virtual void AzFramework::StreamingInstall::StreamingInstallRequests::IsChunkInstalled |
( |
const char * |
chunkId | ) |
|
|
pure virtual |
Override will use platform API to query if a chunk is installed.
- Parameters
-
| [in] | Id | of the chunk to query.
|
The documentation for this class was generated from the following file:
- Code/Framework/AzFramework/AzFramework/StreamingInstall/StreamingInstallRequests.h