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
class FUsdMemoryManager
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ActivateAllocator
(
EUsdActiveAllocator Allocator |
Pushes Allocator on the stack of active allocators | |
| bool | DeactivateAllocator
(
EUsdActiveAllocator Allocator |
Pops Allocator from the stack of active allocators | |
| void | Free
(
void* Original |
Redirects the call to free to the currently active allocator. | |
| void | Initialize () |
||
| void * | Redirects the call to malloc to the currently active allocator. | ||
| void | Shutdown () |
Constants
| Name | Description |
|---|---|
| ActiveAllocatorsStackTLS | |
| CriticalSection | |
| SystemAllocedPtrs |