Navigation
Unreal Engine C++ API Reference > Runtime > Core > Templates > TUniquePtr
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 object to the caller and nulls the TUniquePtr. The pointer to the object that was owned by the TUniquePtr, or nullptr if no object was being owned.