FRawStaticIndexBuffer::InsertIndices

Insert indices at the given position in the buffer

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/RawIndexBuffer.h

Include

#include "RawIndexBuffer.h"

Source

/Engine/Source/Runtime/Engine/Private/RawIndexBuffer.cpp

Syntax

void InsertIndices
(
    const uint32 At,
    const uint32 * IndicesToAppend,
    const uint32 NumIndicesToAppend
)

Remarks

Insert indices at the given position in the buffer

Parameters

Parameter

Description

At

Index to insert at

IndicesToAppend

Pointer to the array of indices to insert

NumIndicesToAppend

How many indices are in the IndicesToAppend array

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