Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper
References
| Module | UnrealUSDWrapper |
| Header | /Engine/Plugins/Runtime/USDCore/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
| Type | Name | Description | |
|---|---|---|---|
TScopedAllocs
(
const TScopedAllocs< AllocatorType >& Other |
|||
TScopedAllocs
(
TScopedAllocs< AllocatorType >&& Other |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| TScopedAllocs & | operator=
(
const TScopedAllocs< AllocatorType >& Other |
||
| TScopedAllocs & | operator=
(
TScopedAllocs< AllocatorType >&& Other |