Navigation
API > API/Plugins > API/Plugins/MutableRuntime
| Name | TAllocatorTraits< mu::TMemoryTrackingAllocatorWrapper< BaseAlloc, Counter > > |
| Type | struct |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/MemoryTrackingAllocationPolicy.h |
| Include Path | #include "MuR/MemoryTrackingAllocationPolicy.h" |
Syntax
namespace TAllocatorTraits< mu
{
template<typename BaseAlloc, typename Counter>
struct TAllocatorTraits< mu::TMemoryTrackingAllocatorWrapper< BaseAlloc, Counter > > : public TAllocatorTraits< BaseAlloc >
}
Inheritance Hierarchy
- TAllocatorTraitsBase → TAllocatorTraits → TAllocatorTraits< mu::TMemoryTrackingAllocatorWrapper< BaseAlloc, Counter > >