Open 3D Engine AtomCore 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::Data::InstanceDatabaseInterface Class Referenceabstract

#include <InstanceDatabase.h>

Inherited by AZ::Data::InstanceDatabase< Type >.

Protected Member Functions

virtual void ReleaseInstance (InstanceData *instance, const InstanceId &instanceId)=0
 

Friends

class InstanceData
 

Detailed Description

This class exists to allow InstanceData to access parts of InstanceDatabase without having to know the instance data type, since InstanceDatabase is a template class.


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