Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FIndexArrayView > FIndexArrayView
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. |