MakeSharedUnreal

MakeShared version that makes sure that the SharedPointer allocs are made with the Unreal allocator.

Windows
MacOS
Linux

References

Module

UnrealUSDWrapper

Header

/Engine/Plugins/Importers/USDImporter/Source/UnrealUSDWrapper/Public/USDMemory.h

Include

#include "USDMemory.h"

Syntax

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss