FRawStaticIndexBuffer::SetIndices

Set the indices stored within this 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 SetIndices
(
    const TArray< uint32 > & InIndices,
    EIndexBufferStride::Type DesiredStride
)

Remarks

Set the indices stored within this buffer.

Parameters

Parameter

Description

InIndices

The new indices to copy in to the buffer.

DesiredStride

The desired stride (16 or 32 bits).

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