Navigation
API > API/Editor > API/Editor/StaticMeshEditor > API/Editor/StaticMeshEditor/UStaticMeshEditorSubsystem
References
| Module | StaticMeshEditor |
| Header | /Engine/Source/Editor/StaticMeshEditor/Public/StaticMeshEditorSubsystem.h |
| Include | #include "StaticMeshEditorSubsystem.h" |
| Source | /Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorSubsystem.cpp |
int32 GetLodCount
&40;
UStaticMesh &42; StaticMesh
&41;
Remarks
Get number of LODs present on a static mesh. the number of LODs present on the input mesh. An negative value indicates that the command could not be executed. See log for explanation.
Parameters
| Name | Description |
|---|---|
| StaticMesh | Mesh to process. |