Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FIndexArrayView > API/Runtime/Engine/FIndexArrayView/__ctor
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/RawIndexBuffer.h |
| Include | #include "RawIndexBuffer.h" |
FIndexArrayView
&40;
const void &42; InIndexData,
int32 InNumIndices,
bool bIn32Bit
&41;
Remarks
Initialization constructor.
Parameters
| Name | Description |
|---|---|
| InIndexData | A pointer to untyped index data. |
| InNumIndices | The number of indices stored in the untyped index data. |
| bIn32Bit | True if the data is stored as an array of uint32, false for uint16. |