Navigation
Unreal Engine C++ API Reference > Runtime > StaticMeshDescription
References
Module | StaticMeshDescription |
Header | /Engine/Source/Runtime/StaticMeshDescription/Public/UVMapSettings.h |
Include | #include "UVMapSettings.h" |
Syntax
struct FUVMapSettings
Remarks
UV map generation settings that are exposed to the user for scripting and through the editor
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FVector | Position | Position of the UV mapping gizmo |
![]() |
FRotator | Rotation | Rotation of the UV mapping gizmo (angles in degrees) |
![]() |
FVector | Scale | Scale of the UV mapping gizmo |
![]() |
FVector | Size | Length, width, height of the UV mapping gizmo |
![]() |
FVector2D | UVTile | Tiling of the UV mapping |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Default settings |