Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TPagedArray
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/PagedArray.h |
| Include | #include "Containers/PagedArray.h" |
template<typename... ArgsType>
SizeType Emplace
&40;
ArgsType &&... Args
&41;
Remarks
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.