Navigation
API > API/Runtime > API/Runtime/StaticMeshDescription
References
| Module | StaticMeshDescription |
| Header | /Engine/Source/Runtime/StaticMeshDescription/Public/UVMapSettings.h |
| Include | #include "UVMapSettings.h" |
Syntax
struct FUVMapParameters
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | Position | Position of the UV mapping gizmo | |
| FQuat | 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 | |||
FUVMapParameters
(
const FVector& InPosition, |