Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< T > | Allocates a new object of type T with the given arguments and returns it as a TUniquePtr. | ||
| TUniquePtr< T > | MakeUniqueForOverwrite
(
SIZE_T Size |
Allocates a new array of type T with the given size and returns it as a TUniquePtr. |