Navigation
API > API/Plugins > API/Plugins/GeometryCache
References
| Module | GeometryCache |
| Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Classes/GeometryCacheMeshData.h |
| Include | #include "GeometryCacheMeshData.h" |
Syntax
USTRUCT&40;&41;
struct FGeometryCacheMeshBatchInfo
Remarks
Stores per-batch data used for rendering
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | MaterialIndex | Index to Material used to draw this batch | |
| uint32 | NumTriangles | Total number of Triangles to draw | |
| uint32 | StartIndex | Starting index into IndexBuffer to draw from |