Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper
| Name | EUsdActiveAllocator |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Public/USDMemory.h |
| Include Path | #include "USDMemory.h" |
Syntax
enum EUsdActiveAllocator
{
Unreal,
System,
}
Values
| Name | Remarks |
|---|---|
| Unreal | Redirects operator new and delete to FMemory::Malloc and FMemory::Free |
| System | Redirects operator new and delete to FMemory::SystemMalloc and FMemory::SystemFree |