UStaticMesh::GetUVChannelData

Returns the UV channel data for a given material index.

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

const FMeshUVChannelInfo * GetUVChannelData
(
    int32 MaterialIndex
) const

Remarks

Returns the UV channel data for a given material index. Used by the texture streamer. This data applies to all lod-section using the same material.

Returns

the data, or null if none exists.

Parameters

Parameter

Description

MaterialIndex

the material index for which to get the data 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