Navigation
Unreal Engine C++ API Reference > Runtime > Core > Templates > TUniquePtr< T[], Deleter > > TUniquePtr
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/UniquePtr.h |
Include | #include "Templates/UniquePtr.h" |
template<typename U, typename>
TUniquePtr
&40;
U &42; InPtr
&41;
Remarks
Pointer constructor - takes ownership of the pointed-to array
Parameters
Name | Description |
---|---|
InPtr | The pointed-to array to take ownership of. |