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