TSparseArray::RemoveAtUninitialized

Removes Count elements from the array, starting from Index, without destructing them.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/SparseArray.h"

Syntax

void RemoveAtUninitialized
(
    int32 Index,
    int32 Count
)

Remarks

Removes Count elements from the array, starting from Index, without destructing them.

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