FScriptArrayHelper::AddValues

Add blank, constructed values to the end of the array.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h

Include

#include "UObject/UnrealType.h"

Syntax

int32 AddValues
(
    int32 Count
)

Remarks

Add blank, constructed values to the end of the array.

Returns

the index of the first newly added item.

Parameters

Parameter

Description

Count

the number of items to insert.

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