Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FRawStaticIndexBuffer
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/RawIndexBuffer.h |
Include | #include "RawIndexBuffer.h" |
Source | /Engine/Source/Runtime/Engine/Private/RawIndexBuffer.cpp |
void SetIndices
&40;
const TArray< uint32 > & InIndices,
EIndexBufferStride::Type DesiredStride
&41;
Remarks
Set the indices stored within this buffer.
Parameters
Name | Description |
---|---|
InIndices | The new indices to copy in to the buffer. |
DesiredStride | The desired stride (16 or 32 bits). |