The SIMCONNECT_ENUMERATE_SIMOBJECT_LIVERY struct contains data related to a single combination of a SimObject and its livery (if any).

 

 

Syntax
struct SIMCONNECT_ENUMERATE_SIMOBJECT_LIVERY
{
    SIMCONNECT_STRING(AircraftTitle, 256);
    SIMCONNECT_STRING(LiveryName, 256);
};

 

Members
MemberDescription
AircraftTitleA string that gives the container title of a SimObject, as found in the title parameter of the aircraft.cfg file.
LiveryNameA string that gives the name of a livery, as defined in the name parameter of the livery.cfg file.

 

Remarks

See SimConnect_EnumerateSimObjectsAndLiveries for more information.