Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FRenderResource
- FIndexBuffer
- FRawIndexBuffer
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/RawIndexBuffer.h |
| Include | #include "RawIndexBuffer.h" |
Syntax
class FRawIndexBuffer : public FIndexBuffer
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< uint16 > | Indices |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Orders a triangle list for better vertex cache coherency. |
Overridden from FRenderResource
| Type | Name | Description | |
|---|---|---|---|
| void | InitRHI
(
FRHICommandListBase& RHICmdList |
Initializes the RHI resources used by this resource. |