UStaticMesh::GetNumUVChannels

Returns the number of UV channels for the given LOD of a StaticMesh.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/StaticMesh.h

Include

#include "Engine/StaticMesh.h"

Source

/Engine/Source/Runtime/Engine/Private/StaticMesh.cpp

Syntax

int32 GetNumUVChannels
(
    int32 LODIndex
)

Remarks

Returns the number of UV channels for the given LOD of a StaticMesh.

Returns

the number of UV channels.

Parameters

Parameter

Description

LODIndex

Index of the StaticMesh LOD.

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