B1VehiclePartData
- Runtime data for a specific vehicle part, combining mesh names, current state, and state-to-action settings.
| Property | Type | Description | Metadata |
|---|---|---|---|
| MeshName | TArray | List of mesh component names associated with this part at runtime. | Category: B1VehiclePartData |
| State | FName | Current active state name for this vehicle part. | Category: B1VehiclePartData |
| StateSettings | TMap | Map of state names to their action settings for this part. | Category: B1VehiclePartData |