FRawStaticIndexBuffer::SetIndex

Sets a single index value.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "RawIndexBuffer.h"

Syntax

void SetIndex
(
    const uint32 At,
    const uint32 NewIndexValue
)

Remarks

Sets a single index value. Consider using SetIndices() instead if you're setting a lot of indices.

Parameters

Parameter

Description

At

The index of the index to set

NewIndexValue

The index 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