TDoubleLinkedList::SetListSize

Updates the size reported by [Num()](API\Runtime\Core\Containers\TDoubleLinkedList\Num).

Windows
MacOS
Linux

Override Hierarchy

TDoubleLinkedList::SetListSize()

FEditPropertyChain::SetListSize()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/List.h

Include

#include "Containers/List.h"

Syntax

virtual void SetListSize
(
    int32 NewListSize
)

Remarks

Updates the size reported by Num(). Child classes can use this function to conveniently hook into list additions/removals.

Parameters

Parameter

Description

NewListSize

the new size for this list

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss