Navigation
API > API/Plugins > API/Plugins/GeometryCache
Inheritance Hierarchy
- FRenderResource
- FVertexFactory
- FGeometryCacheVertexVertexFactory
- FGeomCacheVertexFactory
References
| Module | GeometryCache |
| Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Public/GeometryCacheSceneProxy.h |
| Include | #include "GeometryCacheSceneProxy.h" |
Syntax
class FGeomCacheVertexFactory : public FGeometryCacheVertexVertexFactory
Remarks
Vertex Factory
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGeomCacheVertexFactory
(
ERHIFeatureLevel::Type InFeatureLevel |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Init
(
const FVertexBuffer* PositionBuffer, |
Init function that can be called on any thread, and will do the right thing (enqueue command if called on main thread) | |
| void | Init_RenderThread
(
const FVertexBuffer* PositionBuffer, |
Init function that should only be called on render thread. |