TScopedAllocs

Activates an allocator on construction and deactivates it on destruction

Windows
MacOS
Linux

References

Module

UnrealUSDWrapper

Header

/Engine/Plugins/Importers/USDImporter/Source/UnrealUSDWrapper/Public/USDMemory.h

Include

#include "USDMemory.h"

Syntax

template<EUsdActiveAllocator AllocatorType>
class TScopedAllocs

Remarks

Activates an allocator on construction and deactivates it on destruction

Constructors

Name Description

Public function

TScopedAllocs()

Public function

TScopedAllocs

(
    const TScopedAllocs< AllocatorType ...
)

Public function

TScopedAllocs

(
    TScopedAllocs< AllocatorType >&& O...
)

Destructors

Name Description

Public function

~TScopedAllocs()

Operators

Name Description

Public function

TScopedAlloc...

 

operator=

(
    const TScopedAllocs< AllocatorType ...
)

Public function

TScopedAlloc...

 

operator=

(
    TScopedAllocs< AllocatorType >&& O...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss