USkinnedMeshComponent::GetVertexUV

Returns texture coordinates of the vertex.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h

Include

#include "Components/SkinnedMeshComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/SkinnedMeshComponent.cpp

Syntax

FVector2D GetVertexUV
(
    int32 VertexIndex,
    uint32 UVChannel
) const

Remarks

Returns texture coordinates of the vertex.

Parameters

Parameter

Description

VertexIndex

Vertex Index. If compressed, this will be slow.

TexCoordChannel

Texture coordinate channel Index.

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