Navigation
API > API/Runtime > API/Runtime/Engine > API/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
(
const TArray < uint32 > & InIndices,
EIndexBufferStride::Type DesiredStride
)
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). |