FRawStaticIndexBuffer::AppendIndices

Append indices to the end of 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 AppendIndices
(
    const uint32 * IndicesToAppend,
    const uint32 NumIndicesToAppend
)

Remarks

Append indices to the end of the buffer

Parameters

Parameter

Description

IndicesToAppend

Pointer to the array of indices to add to the end

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