Navigation
Unreal Engine C++ API Reference > Plugins > UnrealUSDWrapper
References
Module | UnrealUSDWrapper |
Header | /Engine/Plugins/Runtime/USDCore/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.