TMRUArray::AddZeroed

Adds a number of zeroed elements to the array. Makes sure that we don't add more than the limit.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/MRUArray.h"

Syntax

int32 AddZeroed
(
    int32 Count
)

Remarks

Adds a number of zeroed elements to the array. Makes sure that we don't add more than the limit.

Returns

Always 0.

Parameters

Parameter

Description

Count

(Optional) A number of elements to add. 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