Navigation
Unreal Engine C++ API Reference > Plugins > GeometryCache > FGeomCacheTrackProxy
References
Module | GeometryCache |
Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Public/GeometryCacheSceneProxy.h |
Include | #include "GeometryCacheSceneProxy.h" |
Source | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Private/GeometryCacheSceneProxy.cpp |
virtual void InitRenderResources
&40;
int32 NumVertices,
int32 NumIndices
&41;
Remarks
Initialize the render resources. Must be called before the render resources are used.
Parameters
Name | Description |
---|---|
NumVertices | The initial number of vertices to initialize the buffers with. Must be greater than 0 |
NumIndices | The initial number of indices to initialize the buffers with. Must be greater than 0 |