Open 3D Engine AzFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzFramework::StreamingInstall::StreamingInstallPackageNotifications Class Referenceabstract

Inherits AZ::EBusTraits.

Public Member Functions

virtual void OnPackageProgressChanged (float progress)=0
 

Static Public Attributes

static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Multiple
 EBus Trait: StreaimingInstall package notifications can be handled by multiple listeners.
 
static const AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::Single
 EBus Trait: StreamingInstall package notifications are addressed to a single address.
 

Member Function Documentation

◆ OnPackageProgressChanged()

virtual void AzFramework::StreamingInstall::StreamingInstallPackageNotifications::OnPackageProgressChanged ( float  progress)
pure virtual

Override to be notified the packages download progress has changed. This is a response from the StreamingInstallRequests::BroadcastOverallProgress event

Parameters
[in]thecurrent download progress for the entire package as a 0.0 to 1.0 value

The documentation for this class was generated from the following file: