Navigation
API > API/Plugins > API/Plugins/AvalancheShapes
| Name | EAvaShapeUVMode |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheShapes/Public/AvaShapesDefs.h |
| Include Path | #include "AvaShapesDefs.h" |
Syntax
enum EAvaShapeUVMode
{
UMETA =(DisplayName="Stretch to Fit"),
UMETA =(DisplayName="Preserve Ratio"),
}
Values
| Name | Remarks |
|---|---|
| UMETA | Uvs are stretched to fit the shape size |
| UMETA | Uvs are uniform to not cause any distortion |