![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <VertexFactory.h>
Public Member Functions | |
| RENDERCORE_API void | SetOnRHICommandList (FRHICommandList &RHICmdList) const |
| FVertexInputStream () | |
| FVertexInputStream (uint32 InStreamIndex, uint32 InOffset, TYPE_OF_NULLPTR) | |
| FVertexInputStream (uint32 InStreamIndex, uint32 InOffset, FRHIStreamSourceSlot *InStreamSourceSlot) | |
| FVertexInputStream (uint32 InStreamIndex, uint32 InOffset, FRHIBuffer *InVertexBuffer) | |
| bool | operator== (const FVertexInputStream &rhs) const |
| bool | operator!= (const FVertexInputStream &rhs) const |
Public Attributes | ||
| uint32 | StreamIndex: 4 | |
| uint32 | Offset: 27 | |
| uint32 | bStreamSourceSlot: 1 | |
| union { | ||
| FRHIBuffer * VertexBuffer | ||
| FRHIStreamSourceSlot * StreamSourceSlot | ||
| void * Pointer | ||
| }; | ||
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void FVertexInputStream::SetOnRHICommandList | ( | FRHICommandList & | RHICmdList | ) | const |
| union { ... } FVertexInputStream |
| uint32 FVertexInputStream::bStreamSourceSlot |
| uint32 FVertexInputStream::Offset |
| void* FVertexInputStream::Pointer |
| uint32 FVertexInputStream::StreamIndex |
| FRHIStreamSourceSlot* FVertexInputStream::StreamSourceSlot |
| FRHIBuffer* FVertexInputStream::VertexBuffer |