Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FIndexArrayView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | RawIndexBuffer.h | ||
FIndexArrayView
(
const void* InIndexData, |
Initialization constructor. | RawIndexBuffer.h |
FIndexArrayView()
Description
Default constructor.
| Name | FIndexArrayView |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/RawIndexBuffer.h |
| Include Path | #include "RawIndexBuffer.h" |
FIndexArrayView()
FIndexArrayView(const void *, int32, bool)
Description
Initialization constructor.
| Name | FIndexArrayView |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/RawIndexBuffer.h |
| Include Path | #include "RawIndexBuffer.h" |
FIndexArrayView
(
const void * InIndexData,
int32 InNumIndices,
bool bIn32Bit
)
Parameters
| Name | Remarks |
|---|---|
| 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. |