Navigation
Unreal Engine C++ API Reference > Editor > StaticMeshEditor > IStaticMeshEditor
References
Module | StaticMeshEditor |
Header | /Engine/Source/Editor/StaticMeshEditor/Public/IStaticMeshEditor.h |
Include | #include "IStaticMeshEditor.h" |
int32 GetNumVertices
&40;
int32 LODLevel
&41; const
Remarks
Retrieves the number of vertices in the current static mesh or it's forced LOD. The number of vertices for the specified LOD level.
Parameters
Name | Description |
---|---|
LODLevel | The desired LOD to retrieve the number of vertices for. |