FStaticMeshOperations::GenerateUniqueUVsForStaticMesh

Create some UVs from the specified mesh description data.

Windows
MacOS
Linux

References

Module

StaticMeshDescription

Header

/Engine/Source/Runtime/StaticMeshDescription/Public/StaticMeshOperations.h

Include

#include "StaticMeshOperations.h"

Source

/Engine/Source/Runtime/StaticMeshDescription/Private/StaticMeshOperations.cpp

Syntax

static bool GenerateUniqueUVsForStaticMesh
(
    const FMeshDescription & MeshDescription,
    int32 TextureResolution,
    bool bMergeIdenticalMaterials,
    TArray< FVector2D > & OutTexCoords
)

Remarks

Create some UVs from the specified mesh description data.

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