Open 3D Engine AzCore 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.
AZ::SerializeGenericTypeInfo< Data::Asset< T > >::Factory Class Reference

Inherits AZ::Serialize::IObjectFactory.

Public Member Functions

void * Create (const char *name) override
 Called to create an instance of an object.
 
void Destroy (void *) override
 Called to destroy an instance of an object.
 
- Public Member Functions inherited from AZ::Serialize::IObjectFactory
virtual void * Create (const char *name)=0
 Called to create an instance of an object.
 
virtual void Destroy (void *ptr)=0
 Called to destroy an instance of an object.
 
void Destroy (const void *ptr)
 

Member Function Documentation

◆ Create()

template<typename T >
void * AZ::SerializeGenericTypeInfo< Data::Asset< T > >::Factory::Create ( const char *  name)
inlineoverridevirtual

Called to create an instance of an object.

Implements AZ::Serialize::IObjectFactory.

◆ Destroy()

template<typename T >
void AZ::SerializeGenericTypeInfo< Data::Asset< T > >::Factory::Destroy ( void *  ptr)
inlineoverridevirtual

Called to destroy an instance of an object.

Implements AZ::Serialize::IObjectFactory.


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