Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TDoubleLinkedList
Description
Updates the size reported by Num(). Child classes can use this function to conveniently hook into list additions/removals.
| Name | SetListSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/List.h |
| Include Path | #include "Containers/List.h" |
virtual void SetListSize
(
int32 NewListSize
)
Parameters
| Name | Remarks |
|---|---|
| NewListSize | the new size for this list |