FDatasmithMesh::SetUVCount

Setting the amount of UV coordinates on the channel is mandatory before filling the array

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 SetUVCount
(
    int32 Channel,
    int32 NumVerts
)

Remarks

Setting the amount of UV coordinates on the channel is mandatory before filling the array

Parameters

Parameter

Description

Channel

The channel to set the numbers of UVs

NumVerts

The number of UVs in the channel

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