Open 3D Engine AWSCore Gem 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.
AWSCore::AWSCoreNotifications Class Referenceabstract

Inherits AZ::EBusTraits.

Public Member Functions

virtual void OnSDKInitialized ()=0
 
virtual void OnSDKShutdownStarted ()=0
 Sent when AWSCore is shutting down AWSNativeSDK.
 

Static Public Attributes

static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Multiple
 
static const AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::Single
 

Member Function Documentation

◆ OnSDKInitialized()

virtual void AWSCore::AWSCoreNotifications::OnSDKInitialized ( )
pure virtual

Sent when AWSCore has initialized the NativeSDK. SDK Shutdown on deactivate of AWSCoreSystemComponent. Dependent gems expected to shutdown/reset AWS NativeSDK service clients on corresponding system component reset.


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