FUVMapParameters

Windows
MacOS
Linux

References

Module

StaticMeshDescription

Header

/Engine/Source/Runtime/StaticMeshDescription/Public/UVMapSettings.h

Include

#include "UVMapSettings.h"

Syntax

struct FUVMapParameters

Variables

Name Description

Public variable

FVector

 

Position

Position of the UV mapping gizmo

Public variable

FQuat

 

Rotation

Rotation of the UV mapping gizmo (angles in degrees)

Public variable

FVector

 

Scale

Scale of the UV mapping gizmo

Public variable

FVector

 

Size

Length, width, height of the UV mapping gizmo

Public variable

FVector2D

 

UVTile

Tiling of the UV mapping

Constructors

Name Description

Public function

FUVMapParameters()

Default settings

Public function

FUVMapParameters

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss