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" |
void SetIndex
&40;
const uint32 At,
const uint32 NewIndexValue
&41;
Remarks
Sets a single index value. Consider using SetIndices() instead if you're setting a lot of indices.
Parameters
| Name | Description |
|---|---|
| At | The index of the index to set |
| NewIndexValue | The index value |