IStaticMeshEditor::GetNumVertices

Retrieves the number of vertices in the current static mesh or it's forced LOD.

Windows
MacOS
Linux

References

Module

StaticMeshEditor

Header

/Engine/Source/Editor/StaticMeshEditor/Public/IStaticMeshEditor.h

Include

#include "IStaticMeshEditor.h"

Syntax

int32 GetNumVertices
(
    int32 LODLevel
) const

Remarks

Retrieves the number of vertices in the current static mesh or it's forced LOD.

Returns

The number of vertices for the specified LOD level.

Parameters

Parameter

Description

LODLevel

The desired LOD to retrieve the number of vertices for.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss