Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TPagedArray
Description
Constructs an element in place using the parameter arguments and adds it at the back of the container. This method returns a reference to the constructed element.
| Name | Emplace_GetRef |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/PagedArray.h |
| Include Path | #include "Containers/PagedArray.h" |
template<typename... ArgsType>
ElementType & Emplace_GetRef
(
ArgsType &&... Args
)