FRawStaticIndexBuffer::GetCopy

Retrieve a copy of the indices in 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 GetCopy
(
    TArray< uint32 > & OutIndices
) const

Remarks

Retrieve a copy of the indices in this buffer. Only valid if created with NeedsCPUAccess set to true or the resource has not yet been initialized.

Parameters

Parameter

Description

OutIndices

Array in which to store the copy of the indices.

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