# sm.shape.getShapeUpperCaseTitle

Returns the block/part name for the given uuid in uppercase as given in the inventory description translations. Defaults to the shape title if an upper case version does not exist.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.shape.getShapeUpperCaseTitle( uuid )
```

[Open the full Game reference](../Game-Script-Environment/Static-Functions/sm.shape.md#getshapeuppercasetitle)

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `uuid` | [Uuid](../Game-Script-Environment/Userdata/Uuid.md) | The uuid. |

**Returns:**

| Type | Description |
| --- | --- |
| string | The shape title in upper case. |
