EUsdActiveAllocator

Windows
MacOS
Linux

References

Module

UnrealUSDWrapper

Header

/Engine/Plugins/Importers/USDImporter/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

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