Navigation
Unreal Engine C++ API Reference > Plugins > UnrealUSDWrapper
References
Module | UnrealUSDWrapper |
Header | /Engine/Plugins/Importers/USDImporter/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 * | Malloc
(
SIZE_T Count |
Redirects the call to malloc to the currently active allocator. |
![]() ![]() |
void | Shutdown () |
Constants
Name | Description |
---|---|
ActiveAllocatorsStackTLS | |
CriticalSection | |
SystemAllocedPtrs |