Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/RawIndexBuffer.h |
| Include | #include "RawIndexBuffer.h" |
Syntax
class FIndexArrayView
Remarks
An array view in to a static index buffer. Allows access to the underlying indices regardless of their type without a copy.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. | |||
FIndexArrayView
(
const void* InIndexData, |
Initialization constructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | Num () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| uint32 | operator[]
(
int32 i |
Common array access semantics. | |
| uint32 | operator[]
(
int32 i |