Navigation
API > API/Runtime > API/Runtime/StaticMeshDescription
| Name | FUVMapParameters |
| Type | struct |
| Header File | /Engine/Source/Runtime/StaticMeshDescription/Public/UVMapSettings.h |
| Include Path | #include "UVMapSettings.h" |
Syntax
struct FUVMapParameters
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default settings | UVMapSettings.h | ||
FUVMapParameters
(
const FVector& InPosition, |
UVMapSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Position | FVector | Position of the UV mapping gizmo | UVMapSettings.h | |
| Rotation | FQuat | Rotation of the UV mapping gizmo (angles in degrees) | UVMapSettings.h | |
| Scale | FVector | Scale of the UV mapping gizmo | UVMapSettings.h | |
| Size | FVector | Length, width, height of the UV mapping gizmo | UVMapSettings.h | |
| UVTile | FVector2D | Tiling of the UV mapping | UVMapSettings.h |