Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStaticMeshVertexBuffers
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitModelVF
(
FLocalVertexFactory* VertexFactory |
StaticMeshResources.h | ||
void InitModelVF
(
FRHICommandListBase& RHICmdList, |
StaticMeshResources.h | ||
void InitModelVF
(
FRenderCommandPipe* RenderCommandPipe, |
StaticMeshResources.h | ||
void InitModelVF
(
FRHICommandListBase* RHICmdList, |
StaticMeshResources.h |
InitModelVF(FLocalVertexFactory *)
| Name | InitModelVF |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/StaticMeshResources.h |
| Include Path | #include "StaticMeshResources.h" |
void InitModelVF
(
FLocalVertexFactory * VertexFactory
)
InitModelVF(FRHICommandListBase &, FLocalVertexFactory *)
| Name | InitModelVF |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/StaticMeshResources.h |
| Include Path | #include "StaticMeshResources.h" |
void InitModelVF
(
FRHICommandListBase & RHICmdList,
FLocalVertexFactory * VertexFactory
)
InitModelVF(FRenderCommandPipe , FLocalVertexFactory )
| Name | InitModelVF |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/StaticMeshResources.h |
| Include Path | #include "StaticMeshResources.h" |
void InitModelVF
(
FRenderCommandPipe * RenderCommandPipe,
FLocalVertexFactory * VertexFactory
)
InitModelVF(FRHICommandListBase , FRenderCommandPipe , FLocalVertexFactory *)
| Name | InitModelVF |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/StaticMeshResources.h |
| Include Path | #include "StaticMeshResources.h" |
| Source | /Engine/Source/Runtime/Engine/Private/StaticMesh.cpp |
void InitModelVF
(
FRHICommandListBase * RHICmdList,
FRenderCommandPipe * RenderCommandPipe,
FLocalVertexFactory * VertexFactory
)