Inherits AzNetworking::ICompressorFactory.
|
AZStd::unique_ptr< AzNetworking::ICompressor > | Create () override |
|
const AZStd::string_view | GetFactoryName () const override |
|
◆ Create()
AZStd::unique_ptr<AzNetworking::ICompressor> MultiplayerCompression::MultiplayerCompressionFactory::Create |
( |
| ) |
|
|
override |
Instantiate a new compressor
- Returns
- A unique_ptr to a new Compressor
◆ GetFactoryName()
const AZStd::string_view MultiplayerCompression::MultiplayerCompressionFactory::GetFactoryName |
( |
| ) |
const |
|
override |
Gets the string name of this compressor factory
- Returns
- the string name of this compressor factory
The documentation for this class was generated from the following file:
- Gems/MultiplayerCompression/Code/Source/MultiplayerCompressionFactory.h