![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RawIndexBuffer.h>
Inheritance diagram for FRawIndexBuffer:Public Attributes | |
| TArray< uint16 > | Indices |
Public Attributes inherited from FIndexBuffer | |
| FBufferRHIRef | IndexBufferRHI |
Public Attributes inherited from FRenderResource | |
| ERenderResourceState | ResourceState = ERenderResourceState::Default |
Friends | |
| FArchive & | operator<< (FArchive &Ar, FRawIndexBuffer &I) |
| void FRawIndexBuffer::CacheOptimize | ( | ) |
Orders a triangle list for better vertex cache coherency.
|
overridevirtual |
Initializes the RHI resources used by this resource. Called when entering the state where both the resource and the RHI have been initialized. This is only called by the rendering thread.
Reimplemented from FRenderResource.
|
friend |