Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TDeque
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Deque.h |
| Include | #include "Containers/Deque.h" |
bool TryPopLast
&40;
ElementType & OutValue
&41;
Remarks
Removes the element at the back of the queue if existent after copying it to the parameter out value.