FRawStaticIndexBuffer::RemoveIndicesAt

Removes indices from 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 RemoveIndicesAt
(
    const uint32 At,
    const uint32 NumIndicesToRemove
)

Remarks

Removes indices from the buffer

Parameters

Parameter

Description

At

The index of the first index to remove

NumIndicesToRemove

How many indices to remove

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