TMeshAttributeArrayBase::Insert

Expands the array if necessary so that the passed element index is valid.

Windows
MacOS
Linux

References

Module

MeshDescription

Header

/Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h

Include

#include "MeshAttributeArray.h"

Syntax

void Insert
(
    const int32 Index,
    const AttributeType & Default
)

Remarks

Expands the array if necessary so that the passed element index is valid. Newly created elements will be assigned the default value.

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