Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FRawIndexBuffer16or32
Description
Forces (or not) usage of 32 bits indices. No validation is made as to whether Indices can all be stored in 16 bits indices (if bIn32Bit == false) or not : use only if you know the max value in Indices, otherwise, use ComputeIndexWidth
| Name | ForceUse32Bit |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/RawIndexBuffer.h |
| Include Path | #include "RawIndexBuffer.h" |
void ForceUse32Bit
(
bool bIn32Bit
)