FManagedArrayCollection::AddElements

Add elements to a group

Windows
MacOS
Linux

References

Module

GeometryCollectionCore

Header

/Engine/Source/Runtime/Experimental/GeometryCollectionCore/Public/GeometryCollection/ManagedArrayCollection.h

Include

#include "GeometryCollection/ManagedArrayCollection.h"

Source

/Engine/Source/Runtime/Experimental/GeometryCollectionCore/Private/GeometryCollection/ManagedArrayCollection.cpp

Syntax

int32 AddElements
(
    int32 NumberElements,
    FName Group
)

Remarks

Add elements to a group

Returns

starting index of the new ManagedArray entries.

Parameters

Parameter

Description

NumberElements

The number of array entries to add

Group

The group to append entries to.

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