Navigation
API > API/Plugins > API/Plugins/DatasmithImporter
| Name | UVGenerationUtils |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/UVTools/UVGenerationUtils.h |
| Include Path | #include "UVTools/UVGenerationUtils.h" |
Syntax
class UVGenerationUtils
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 GetNextOpenUVChannel
(
UStaticMesh* StaticMesh, |
Returns the index of the next open UV channel, existing channels filled with default values are considered open. | UVTools/UVGenerationUtils.h | |
static void SetupGeneratedLightmapUVResolution
(
UStaticMesh* StaticMesh, |
Setup the a good lightmap minimal resolution for the given static mesh LOD in its build settings. | UVTools/UVGenerationUtils.h |