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