UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FUVMapParameters Struct Reference

#include <UVMapSettings.h>

Public Member Functions

 FUVMapParameters ()
 
 FUVMapParameters (const FVector &InPosition, const FQuat &InRotation, const FVector &InSize, const FVector &InScale, const FVector2D &InUVTile)
 

Public Attributes

FVector Size
 
FVector2D UVTile
 
FVector Position
 
FQuat Rotation
 
FVector Scale
 

Constructor & Destructor Documentation

◆ FUVMapParameters() [1/2]

FUVMapParameters::FUVMapParameters ( )
inline

Default settings

◆ FUVMapParameters() [2/2]

FUVMapParameters::FUVMapParameters ( const FVector InPosition,
const FQuat InRotation,
const FVector InSize,
const FVector InScale,
const FVector2D InUVTile 
)
inline

Member Data Documentation

◆ Position

FVector FUVMapParameters::Position

Position of the UV mapping gizmo

◆ Rotation

FQuat FUVMapParameters::Rotation

Rotation of the UV mapping gizmo (angles in degrees)

◆ Scale

FVector FUVMapParameters::Scale

Scale of the UV mapping gizmo

◆ Size

FVector FUVMapParameters::Size

Length, width, height of the UV mapping gizmo

◆ UVTile

FVector2D FUVMapParameters::UVTile

Tiling of the UV mapping


The documentation for this struct was generated from the following file: