TIndirectArray::Empty

Empties the array. 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 Empty
(
    int32 Slack
)

Remarks

Empties the array. It calls the destructors on held items.

Parameters

Parameter

Description

Slack

(Optional) The expected usage size after empty operation. 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