IUVMeshView

Abstract interface to apply UV packer a mesh

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Parameterization/UVPacking.h

Include

#include "Parameterization/UVPacking.h"

Syntax

struct IUVMeshView

Remarks

Abstract interface to apply UV packer a mesh

Destructors

Name Description

Public function Virtual

~IUVMeshView()

Functions

Name Description

Public function Const

FIndex3i

 

GetTriangle

(
    int32 TID
)

Public function Const

FVector2f

 

GetUV

(
    int32 EID
)

Public function Const

FIndex3i

 

GetUVTriangle

(
    int32 TID
)

Public function Const

FVector3d

 

GetVertex

(
    int32 VID
)

Public function

void

 

SetUV

(
    int32 EID,
    FVector2f UV
)

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