#include <DecompressorStackEntry.h>
Inherits AZ::IO::IStreamerStackConfig.
Public Member Functions | |
AZ_TYPE_INFO_WITH_NAME_DECL (DecompressorRegistrarConfig) | |
AZ_RTTI_NO_TYPE_INFO_DECL () | |
AZStd::shared_ptr< AZ::IO::StreamStackEntry > | AddStreamStackEntry (const AZ::IO::HardwareInformation &hardware, AZStd::shared_ptr< AZ::IO::StreamStackEntry > parent) override |
Static Public Member Functions | |
static void | Reflect (AZ::ReflectContext *context) |
Thunk structure used to create a DecompressorRegistrarEntry instance and add it to the StreamerStack without needing public API access to this DecompressorRegistrarEntry outside of this gem Streamer uses the SerializeContext to load any derived IStreamerStackConfig classes listed under the "/Amazon/AzCore/Streamer/Profiles" keys from the merged Settings registry(include .setreg files) and invokes the virtual AddStreamStackEntry function on it to create the actual instance