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::InstancePoolManager Member List

This is the complete list of members for AZ::InstancePoolManager, including all inherited members.

AZ_RTTI(InstancePoolManagerInterface, "{58980615-BC01-470F-8056-D2E2EFDFF27E}") (defined in AZ::InstancePoolManagerInterface)AZ::InstancePoolManagerInterface
CreatePool(AZ::Name name, typename InstancePool< T >::ResetInstance resetFunc=[](T &){}, typename InstancePool< T >::CreateInstance createFunc=[]() { return new T{};}) (defined in AZ::InstancePoolManager)AZ::InstancePoolManagerinline
CreatePool(typename InstancePool< T >::ResetInstance resetFunc=[](T &){}, typename InstancePool< T >::CreateInstance createFunc=[]() { return new T{};}) (defined in AZ::InstancePoolManager)AZ::InstancePoolManagerinline
GetPool(AZ::Name name) (defined in AZ::InstancePoolManager)AZ::InstancePoolManagerinline
GetPool() (defined in AZ::InstancePoolManager)AZ::InstancePoolManagerinline
InstancePoolManager() (defined in AZ::InstancePoolManager)AZ::InstancePoolManagerinline
~InstancePoolManager() (defined in AZ::InstancePoolManager)AZ::InstancePoolManagerinlinevirtual