Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/pma > API/Plugins/RigLogicLib/pma/pma__makeScoped
References
| Module | RigLogicLib |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/pma/ScopedPtr.h |
| Include | #include "pma/ScopedPtr.h" |
namespace pma
{
template<class T, template< class... > class TCreatorTemplate, template< class... > class TDestroyerTemplate, typename... Args>
ScopedPtr< T, TDestroyerTemplate< T > > pma&58;&58;makeScoped
&40;
Args &&... args
&41;
}