Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/StaticMeshResources.h |
| Include | #include "StaticMeshResources.h" |
Syntax
struct FStaticMeshVertexBuffers
Variables
| Type | Name | Description | |
|---|---|---|---|
| FColorVertexBuffer | ColorVertexBuffer | The buffer containing the vertex color data. | |
| FPositionVertexBuffer | PositionVertexBuffer | The buffer containing the position vertex data. | |
| FStaticMeshVertexBuffer | StaticMeshVertexBuffer | The buffer containing vertex data. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | InitFromDynamicVertex
(
FLocalVertexFactory* VertexFactory, |
||
| void | InitFromDynamicVertex
(
FRHICommandListBase& RHICmdList, |
||
| void | InitFromDynamicVertex
(
FRenderCommandPipe* RenderCommandPipe, |
||
| void | InitModelBuffers
(
TArray< FModelVertex >& Vertices |
||
| void | InitModelVF
(
FLocalVertexFactory* VertexFactory |
||
| void | InitModelVF
(
FRHICommandListBase& RHICmdList, |
||
| void | InitModelVF
(
FRenderCommandPipe* RenderCommandPipe, |
||
| void | InitWithDummyData
(
FLocalVertexFactory* VertexFactory, |
||
| void | InitWithDummyData
(
FRHICommandListBase& RHICmdList, |
||
| void | InitWithDummyData
(
FRenderCommandPipe* RenderCommandPipe, |
||
| void | SetOwnerName
(
const FName& OwnerName |