Navigation
API > API/Developer > API/Developer/MeshMergeUtilities
References
| Module | MeshMergeUtilities |
| Header | /Engine/Source/Developer/MeshMergeUtilities/Public/MeshMergeData.h |
| Include | #include "MeshMergeData.h" |
Syntax
struct FRawMeshExt
Remarks
Structure for encapsulating per LOD mesh merging data
Variables
| Type | Name | Description | |
|---|---|---|---|
| FKAggregateGeom | AggGeom | ||
| bool[8] | bShouldExportLOD | Whether or not a specific LOD should be exported | |
| UStaticMeshComponent * | Component | ||
| int32 | ExportLODIndex | Specific LOD index that is being exported | |
| FLightMapRef | LightMap | ||
| int32 | MaxLODExport | Max LOD index that is exported | |
| FMeshMergeData[8] | MeshLODData | ||
| FShadowMapRef | ShadowMap | ||
| UStaticMesh * | SourceStaticMesh | Pointer to the source static mesh instance |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRawMeshExt () |