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" |
template<typename ObjectType, typename... ArgTypes>
TSharedRef< ObjectType > MakeSharedUnreal
&40;
ArgTypes &&... Args
&41;
Remarks
MakeShared version that makes sure that the SharedPointer allocs are made with the Unreal allocator.