UVGenerationUtils::GetNextOpenUVChannel

Returns the index of the next open UV channel, existing channels filled with default values are considered open.

Windows
MacOS
Linux

References

Module

StaticMeshEditorExtension

Header

/Engine/Plugins/Enterprise/StaticMeshEditorExtension/Source/StaticMeshEditorExtension/Public/UVTools/UVGenerationUtils.h

Include

#include "UVTools/UVGenerationUtils.h"

Source

/Engine/Plugins/Enterprise/StaticMeshEditorExtension/Source/StaticMeshEditorExtension/Private/UVTools/UVGenerationUtils.cpp

Syntax

static int32 GetNextOpenUVChannel
(
    UStaticMesh * StaticMesh,
    int32 LODIndex
)

Remarks

Returns the index of the next open UV channel, existing channels filled with default values are considered open. If no open channel is found, returns -1.

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