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
enum EUsdActiveAllocator
{
Unreal,
System,
}
Values
Name | Description |
---|---|
Unreal | Redirects operator new and delete to FMemory::Malloc and FMemory::Free |
System | Redirects operator new and delete to FMemory::SystemMalloc and FMemory::SystemFree |