TIndirectArray::Reset

Resets the array to the new given size. It calls the destructors on held items.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/IndirectArray.h"

Syntax

void Reset
(
    int32 NewSize
)

Remarks

Resets the array to the new given size. It calls the destructors on held items.

Parameters

Parameter

Description

NewSize

(Optional) The expected usage size after calling this function. Default is 0.

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