# SIMCONNECT_ENUMERATE_SIMOBJECT_LIVERY The **SIMCONNECT\_ENUMERATE\_SIMOBJECT\_LIVERY** struct contains data related to a single combination of a SimObject and its livery (if any).     ##### Syntax ``` cpp struct SIMCONNECT_ENUMERATE_SIMOBJECT_LIVERY { SIMCONNECT_STRING(AircraftTitle, 256); SIMCONNECT_STRING(LiveryName, 256); }; ```   ##### Members {{< table-wrapper >}} | Member | Description | |-----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `AircraftTitle` | A string that gives the container title of a SimObject, as found in the [title](../../../../content-configuration/cfg-files/aircraft.cfg/#title) parameter of the `aircraft.cfg` file. | | `LiveryName` | A string that gives the name of a livery, as defined in the `name` parameter of the `livery.cfg` file. | {{< /table-wrapper >}}   ##### Remarks See `SimConnect_EnumerateSimObjectsAndLiveries` for more information.