Navigation
Unreal Engine C++ API Reference > Runtime > Core > Templates > TUniquePtr< T[], Deleter >
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/UniquePtr.h |
Include | #include "Templates/UniquePtr.h" |
T &42; Release&40;&41;
Remarks
Relinquishes control of the owned array to the caller and nulls the TUniquePtr. The pointer to the array that was owned by the TUniquePtr, or nullptr if no array was being owned.