Navigation
API > API/Runtime > API/Runtime/MeshDescription > API/Runtime/MeshDescription/TAttributeArrayContainer
Description
Expands the array if necessary so that the passed element index is valid. Newly created elements will be assigned the default value.
| Name | Insert |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/AttributeArrayContainer.h |
| Include Path | #include "AttributeArrayContainer.h" |
void Insert
(
const int32 Index,
const AttributeType & Default
)