FDatasmithMesh::SetUV

Sets the 2d position of the UV vertex for the first uv mapping

Windows
MacOS
Linux

References

Module

DatasmithCore

Header

/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithMesh.h

Include

#include "DatasmithMesh.h"

Source

/Engine/Source/Runtime/Datasmith/DatasmithCore/Private/DatasmithMesh.cpp

Syntax

void SetUV
(
    int32 Channel,
    int32 Index,
    double U,
    double V
)

Remarks

Sets the 2d position of the UV vertex for the first uv mapping

Parameters

Parameter

Description

Index

Value to choose the vertex that will be affected

U

Horizontal coordinate

V

Vertical coordinate

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