Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper
References
| Module | UnrealUSDWrapper |
| Header | /Engine/Plugins/Importers/USDImporter/Source/UnrealUSDWrapper/Public/USDMemory.h |
| Include | #include "USDMemory.h" |
template<typename ObjectType, typename... ArgTypes>
TSharedRef < ObjectType > MakeSharedUnreal
(
ArgTypes &&... Args
)
Remarks
MakeShared version that makes sure that the SharedPointer allocs are made with the Unreal allocator.